python312Packages.jupyterhub-systemdspawner: 1.0.1 -> 1.0.2

Diff: https://github.com/jupyterhub/systemdspawner/compare/refs/tags/v1.0.1...v1.0.2

Changelog: https://github.com/jupyterhub/systemdspawner/blob/v1.0.2/CHANGELOG.md
This commit is contained in:
natsukium 2024-11-01 02:32:35 +09:00
parent 71d74ab048
commit 30448f4e0c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "jupyterhub-systemdspawner";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jupyterhub";
repo = "systemdspawner";
rev = "refs/tags/v${version}";
hash = "sha256-2Pxswa472umovHBUVTIX1l+Glj6bzzgBLsu+p4IA6jA=";
hash = "sha256-obM8HGCHsisRV1+kHMWdA7d6eb6awwPMBuDUAf3k0uI=";
};
postPatch = ''