python311Packages.jupyterhub: 4.1.3 -> 4.1.5

This commit is contained in:
R. Ryantm 2024-04-06 09:14:48 +00:00
parent f6eb921406
commit 6777f55e84
1 changed files with 2 additions and 2 deletions

View File

@ -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