python3Packages.pbs-installer: 2025.09.02 -> 2025.09.18

This commit is contained in:
R. Ryantm
2025-09-25 19:43:32 +00:00
parent 5afaa3672f
commit 7b330e6ac7
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pbs-installer";
version = "2025.09.02";
version = "2025.09.18";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "frostming";
repo = "pbs-installer";
tag = version;
hash = "sha256-a7YDDyS0Y/xFo025RQ6+LvzbpTR+59HA6BrxFQQkDQ4=";
hash = "sha256-bkqQa7wqNBkeDVTG4HIj8im4wljrPTG3IS2c20m+rzg=";
};
build-system = [ pdm-backend ];