Merge pull request #249509 from r-ryantm/auto-update/python310Packages.jupyterhub

python310Packages.jupyterhub: 4.0.1 -> 4.0.2

authored by Fabian Affolter and committed by GitHub fea0315e 7f9b04a9

+2 -2
+2 -2
pkgs/development/python-modules/jupyterhub/default.nix
··· 69 70 buildPythonPackage rec { 71 pname = "jupyterhub"; 72 - version = "4.0.1"; 73 format = "setuptools"; 74 75 disabled = pythonOlder "3.7"; 76 77 src = fetchPypi { 78 inherit pname version; 79 - hash = "sha256-jig/9Z5cQBZxIHfSVJ7XSs2RWjKDb+ACGGeKh4G9ft4="; 80 }; 81 82 # Most of this only applies when building from source (e.g. js/css assets are
··· 69 70 buildPythonPackage rec { 71 pname = "jupyterhub"; 72 + version = "4.0.2"; 73 format = "setuptools"; 74 75 disabled = pythonOlder "3.7"; 76 77 src = fetchPypi { 78 inherit pname version; 79 + hash = "sha256-1ORQ7tjZDfvPDsoI8A8gk6C8503FH3z8C3BX9gI0Gh0="; 80 }; 81 82 # Most of this only applies when building from source (e.g. js/css assets are