python312Packages.pbs-installer: 2024.08.14 -> 2024.09.09 (#341554)

This commit is contained in:
Nick Cao 2024-09-13 15:36:54 -04:00 committed by GitHub
commit 6fd16eb1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];