python3Packages.pbs-installer: 2025.06.10 -> 2025.06.12 (#418866)

This commit is contained in:
Nick Cao
2025-06-22 11:07:38 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pbs-installer";
version = "2025.06.10";
version = "2025.06.12";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "frostming";
repo = "pbs-installer";
tag = version;
hash = "sha256-WN1TevGTSG6yQnssuvtGKb850lo5hzehOPoFJhMVvGo=";
hash = "sha256-OIG+CLtJsYmE2nTHjVpGPIAuEnFzNMVsDYcxPcirgjs=";
};
build-system = [ pdm-backend ];