python3Packages.pbs-installer: 2025.02.12 -> 2025.03.11

https://github.com/frostming/pbs-installer/compare/2025.02.12...2025.03.11

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-03-16 15:48:35 +09:00
parent 44588aa547
commit c56c60125b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pbs-installer";
version = "2025.02.12";
version = "2025.03.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "frostming";
repo = "pbs-installer";
tag = version;
hash = "sha256-Ko9gLGLQ6O0yPg4aLZXBlTLxCrikOOwO9VdcnUuNEu8=";
hash = "sha256-uf74Ry/VX7PpGiOsLXU6CBj40NX4b2aYfPQ4vU6nS0I=";
};
build-system = [ pdm-backend ];