python3Packages.pbs-installer: 2025.07.23 -> 2025.08.14

This commit is contained in:
R. Ryantm
2025-08-15 02:42:36 +00:00
parent ee11c0fef4
commit 3a7924b1ee
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pbs-installer";
version = "2025.07.23";
version = "2025.08.14";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "frostming";
repo = "pbs-installer";
tag = version;
hash = "sha256-cQPQ5IDjTBTHwUU60w+gCcwTyiaC30DPIb96e0hOHIY=";
hash = "sha256-DIYoVKQ3FuZGuOWSWPRo8urrF8DN6lrAXmfQ5bT+LL8=";
};
build-system = [ pdm-backend ];