python311Packages.jupyterhub: 4.0.2 -> 4.1.0

Changelog: https://github.com/jupyterhub/jupyterhub/blob/4.1.0/docs/source/reference/changelog.md
This commit is contained in:
natsukium 2024-03-21 22:05:17 +09:00
parent 02bc12538d
commit 6b0c0bbc9d
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -72,14 +72,14 @@ in
buildPythonPackage rec {
pname = "jupyterhub";
version = "4.0.2";
version = "4.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1ORQ7tjZDfvPDsoI8A8gk6C8503FH3z8C3BX9gI0Gh0=";
hash = "sha256-sKpNnbmpg5gWgLyoZ+15FSV4/oPJqDJ3TuE5Bbe3V0w=";
};
# Most of this only applies when building from source (e.g. js/css assets are