Unverified Commit d717f90d authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

smpmgr: 0.17.0 -> 0.18.0 (#513336)

parents 1daba5a2 0bdf29dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "smpmgr";
  version = "0.17.0";
  version = "0.18.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "intercreate";
    repo = "smpmgr";
    tag = finalAttrs.version;
    hash = "sha256-EWvTt0bfkHA+E9nkoI8u17j6zevbDofGUxHpFXoUGyo=";
    hash = "sha256-wH9WdZXN1sR+uEOo/LupaIqYVzuHHyOX1EimD7MVNFw=";
  };

  build-system = with python3Packages; [