Unverified Commit 6fe849b2 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #334760 from r-ryantm/auto-update/python312Packages.pbs-installer

python312Packages.pbs-installer: 2024.4.24 -> 2024.08.14
parents acc91c25 394af6c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pbs-installer";
  version = "2024.4.24";
  version = "2024.08.14";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "frostming";
    repo = "pbs-installer";
    rev = "refs/tags/${version}";
    hash = "sha256-a35xQEdo7OOFlXk2vsTdVpEhqPRKFZRQzNnZw3c7ybA=";
    hash = "sha256-Hitd7Ze8pujkRBoTapP5SekpdiDwJz/0UNe0wW7eaRA=";
  };

  build-system = [ pdm-backend ];