Merge pull request #302052 from r-ryantm/auto-update/python311Packages.jupyterhub

python311Packages.jupyterhub: 4.1.3 -> 4.1.5
This commit is contained in:
OTABI Tomoya 2024-04-07 21:29:59 +09:00 committed by GitHub
commit ec1598a862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,14 +72,14 @@ in
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterhub"; pname = "jupyterhub";
version = "4.1.3"; version = "4.1.5";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-61RxYcVwl0SkUHPYePPgyWVAhZouZBmTHDbu986Ii4I="; hash = "sha256-Y7ofxxhDbBUZRqWKO0A+xP6LP2JPsZW8HY5ww5sz4ZQ=";
}; };
# Most of this only applies when building from source (e.g. js/css assets are # Most of this only applies when building from source (e.g. js/css assets are