Unverified Commit 6d84e1cb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pbs-installer: 2025.03.11 -> 2025.03.17 (#391853)

parents 030122a2 bab5ac1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pbs-installer";
  version = "2025.03.11";
  version = "2025.03.17";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "frostming";
    repo = "pbs-installer";
    tag = version;
    hash = "sha256-uf74Ry/VX7PpGiOsLXU6CBj40NX4b2aYfPQ4vU6nS0I=";
    hash = "sha256-4SwbxTwl0DQjtYTxFMBg4p9aTyELNIOSRQw9fiweDhg=";
  };

  build-system = [ pdm-backend ];