Skip to content

Commit 30448f4

Browse files
committedNov 2, 2024
1 parent 71d74ab commit 30448f4

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/jupyterhub-systemdspawner

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "jupyterhub-systemdspawner";
14-
version = "1.0.1";
14+
version = "1.0.2";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "jupyterhub";
2121
repo = "systemdspawner";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-2Pxswa472umovHBUVTIX1l+Glj6bzzgBLsu+p4IA6jA=";
23+
hash = "sha256-obM8HGCHsisRV1+kHMWdA7d6eb6awwPMBuDUAf3k0uI=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)
Please sign in to comment.