python3Packages.jupyterhub: 5.4.2 -> 5.4.3 (#470473)

This commit is contained in:
Gaétan Lepage
2025-12-13 16:29:12 +00:00
committed by GitHub
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "jupyterhub";
version = "5.4.2";
version = "5.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterhub";
repo = "jupyterhub";
tag = version;
hash = "sha256-eSYoLoPWHQ/HHAFW6X262hrIrmUxDxrYEzVFiwGVqCs=";
hash = "sha256-2LxbLwkEXpMBE5Fy7+3vQGO+CEKM50Ou5vATT6JtA8s=";
};
npmDeps = fetchNpmDeps {