Commit eda9f59d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pbs-installer: 2025.10.31 -> 2025.11.20

parent 956c7ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pbs-installer";
  version = "2025.10.31";
  version = "2025.11.20";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "frostming";
    repo = "pbs-installer";
    tag = version;
    hash = "sha256-LVDrUUWxX7APjDJG+Nzij15aeDjDBpz8jj01DQLOL8U=";
    hash = "sha256-43IcNdeJvfvSTRAYDwQPACRQuDowFjACIITV6haT/aE=";
  };

  build-system = [ pdm-backend ];