Merge pull request #300180 from r-ryantm/auto-update/python311Packages.jupyterhub
python311Packages.jupyterhub: 4.1.0 -> 4.1.3
This commit is contained in:
commit
89cd030475
1 changed files with 2 additions and 2 deletions
|
@ -72,14 +72,14 @@ in
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterhub";
|
||||
version = "4.1.0";
|
||||
version = "4.1.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sKpNnbmpg5gWgLyoZ+15FSV4/oPJqDJ3TuE5Bbe3V0w=";
|
||||
hash = "sha256-61RxYcVwl0SkUHPYePPgyWVAhZouZBmTHDbu986Ii4I=";
|
||||
};
|
||||
|
||||
# Most of this only applies when building from source (e.g. js/css assets are
|
||||
|
|
Loading…
Reference in a new issue