Skip to content

Commit

Permalink
pyslurm: 22.5.1 -> 23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Sep 4, 2023
1 parent da16974 commit e5f1afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyslurm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pyslurm";
version = "22.5.1";
version = "23.2.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "pyslurm";
owner = "PySlurm";
rev = "refs/tags/v${version}";
hash = "sha256-sPZELCxe2e7/gUmRxvP2aOwqsbaR/x+0grHwuDdx0Dg=";
hash = "sha256-HIidm53pV8A7pwrl6k6/B3GpzXaIxKQiB3L4s7/dqHY=";
};

buildInputs = [ cython slurm ];
Expand Down

0 comments on commit e5f1afa

Please sign in to comment.