From bc483eb3f16c0aea79011b432dcc1615e578089b Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 17 Aug 2024 22:50:04 +0900 Subject: [PATCH] python312Packages.jupyterhub: 5.0.0 -> 5.1.0 Diff: https://github.com/jupyterhub/jupyterhub/compare/refs/tags/5.0.0...5.1.0 Changelog: https://github.com/jupyterhub/jupyterhub/blob/5.1.0/docs/source/reference/changelog.md security fix https://nvd.nist.gov/vuln/detail/CVE-2024-41942 --- pkgs/development/python-modules/jupyterhub/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/jupyterhub/default.nix b/pkgs/development/python-modules/jupyterhub/default.nix index 543564b606ea..38a2fc97a662 100644 --- a/pkgs/development/python-modules/jupyterhub/default.nix +++ b/pkgs/development/python-modules/jupyterhub/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { pname = "jupyterhub"; - version = "5.0.0"; + version = "5.1.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -51,12 +51,12 @@ buildPythonPackage rec { owner = "jupyterhub"; repo = "jupyterhub"; rev = "refs/tags/${version}"; - hash = "sha256-YGDbyWe3JSXbluOX6qyLqzl92Z/f5sD/5TPc2LR7W80="; + hash = "sha256-3L83FLhLCdTgOuFRgRMbz316cYbai0Z+hJwxXUCYB2Y="; }; npmDeps = fetchNpmDeps { inherit src; - hash = "sha256-7G/Y2yaMi9cyf20/o8rLXKIE6SdZ74HSWJ3Wfypl4Cc="; + hash = "sha256-b7j6iGYXrwco4YruqRPEEi4yWRF6otTUD2jKCEPcLTE="; }; postPatch = ''