python312Packages.pbs-installer: 2024.08.14 -> 2024.09.09

This commit is contained in:
R. Ryantm
2024-09-13 10:15:24 +00:00
parent a0620779ec
commit 10aa640bf1
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pbs-installer";
version = "2024.08.14";
version = "2024.09.09";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "frostming";
repo = "pbs-installer";
rev = "refs/tags/${version}";
hash = "sha256-Hitd7Ze8pujkRBoTapP5SekpdiDwJz/0UNe0wW7eaRA=";
hash = "sha256-c9jd85CLQPrwA1HmsedGhbBoQIuEWiPsZN0Srq+DyVE=";
};
build-system = [ pdm-backend ];