Unverified Commit 98326eae authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

python3Packages.pyslurm: 25.5.0 -> 25.11.0 (#491297)

parents 9adc5383 b5626dc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pyslurm";
  version = "25.5.0";
  version = "25.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    repo = "pyslurm";
    owner = "PySlurm";
    tag = "v${version}";
    hash = "sha256-2FEBOKMN3IhJZu+QQ3nWQfxom6wpZUuQouF7TRYndTs=";
    hash = "sha256-t6otxWBxu4mxTZpIS+lhlcXf4bOaxNgeDmW6BCNTclc=";
  };

  nativeBuildInputs = [ setuptools ];