diff options
author | OTABI Tomoya | 2024-04-07 21:29:59 +0900 |
---|---|---|
committer | GitHub | 2024-04-07 21:29:59 +0900 |
commit | ec1598a86273b5dd170f1146c6ef1eee19d891a8 (patch) | |
tree | d0a72021e307e3c1cab0e45791d5cc6a72497b3e /pkgs/development | |
parent | a92a7918e0c05d6db251eb9914f2336df828951d (diff) | |
parent | 6777f55e84130fbb2c23242a3297d194011f7b0e (diff) |
Merge pull request #302052 from r-ryantm/auto-update/python311Packages.jupyterhub
python311Packages.jupyterhub: 4.1.3 -> 4.1.5
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/python-modules/jupyterhub/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupyterhub/default.nix b/pkgs/development/python-modules/jupyterhub/default.nix index 8ee4d3ef09dc..2aa83c6f85af 100644 --- a/pkgs/development/python-modules/jupyterhub/default.nix +++ b/pkgs/development/python-modules/jupyterhub/default.nix @@ -72,14 +72,14 @@ in buildPythonPackage rec { pname = "jupyterhub"; - version = "4.1.3"; + version = "4.1.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { 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 |