python3Packages.jupyterhub: 5.4.1 -> 5.4.2 (#455454)

This commit is contained in:
Fabian Affolter
2025-10-25 08:53:50 +00:00
committed by GitHub
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "jupyterhub";
version = "5.4.1";
version = "5.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterhub";
repo = "jupyterhub";
tag = version;
hash = "sha256-8hClknn0GfXbfXEzoYnb6qCXby7MU6BUDVoAG80UgNA=";
hash = "sha256-eSYoLoPWHQ/HHAFW6X262hrIrmUxDxrYEzVFiwGVqCs=";
};
npmDeps = fetchNpmDeps {