Commit 7246afdf authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.statmake: 1.1.0 -> 2.0.1

https://github.com/daltonmaag/statmake/releases/tag/v2.0.1

This commit was automatically generated using update-python-libraries.
parent 2b4d8618
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "statmake";
  version = "1.1.0";
  version = "2.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "daltonmaag";
    repo = "statmake";
    tag = "v${version}";
    hash = "sha256-UqL3l27Icu5DoVvFYctbOF7gvKvVV6hK1R5A1y9SYkU=";
    hash = "sha256-PlMbJuJUkUjKXhkcCfLO5G3R1z9Zwf9qKYj9olOANno=";
  };

  build-system = [