Unverified Commit 9cb64e00 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

smpmgr: 0.12.1 -> 0.13.0 (#419122)



Co-authored-by: default avatarotavio <otavio@ossystems.com.br>
parents b84c1df1 17a4422d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "smpmgr";
  version = "0.12.1";
  version = "0.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "intercreate";
    repo = "smpmgr";
    tag = version;
    hash = "sha256-nEDvJ9R5xFY5LU3nFnXQXbvupg3+TbvcUK6/ZlNN788=";
    hash = "sha256-7EzJaHVAqXDlVNHzXzk4P+Oj0BzXZB7tGv7tCeYekuM=";
  };

  build-system = with python3Packages; [