Skip to content

Commit 71d74ab

Browse files
committed
1 parent c8b4aa8 commit 71d74ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/jupyterhub/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
buildPythonPackage rec {
4444
pname = "jupyterhub";
45-
version = "5.1.0";
45+
version = "5.2.1";
4646
pyproject = true;
4747

4848
disabled = pythonOlder "3.8";
@@ -51,12 +51,12 @@ buildPythonPackage rec {
5151
owner = "jupyterhub";
5252
repo = "jupyterhub";
5353
rev = "refs/tags/${version}";
54-
hash = "sha256-3L83FLhLCdTgOuFRgRMbz316cYbai0Z+hJwxXUCYB2Y=";
54+
hash = "sha256-zOWcXpByJRzI9sTjTl+w/vo99suKOEN0TvPn1ZWlNmc=";
5555
};
5656

5757
npmDeps = fetchNpmDeps {
5858
inherit src;
59-
hash = "sha256-b7j6iGYXrwco4YruqRPEEi4yWRF6otTUD2jKCEPcLTE=";
59+
hash = "sha256-My7WUAqIvOrbbVTxSnA6a5NviM6u95+iyykx1xbudpw=";
6060
};
6161

6262
postPatch = ''

0 commit comments

Comments
 (0)