python312Packages.spython: 0.3.12 -> 0.3.14

This commit is contained in:
R. Ryantm 2024-09-15 02:28:08 +00:00
parent 5439240072
commit ef58b536a1

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "spython";
version = "0.3.12";
version = "0.3.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "singularityhub";
repo = "singularity-cli";
rev = "refs/tags/${version}";
hash = "sha256-fRtqOpDgVMYlVDwbPkrnpd7PT4fV+2WS6RmpJoxaKdQ=";
hash = "sha256-PNMzqnKb691wcd8aGSleqHOcsUrahl8e0r5s5ek5GmQ=";
};
postPatch = ''