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.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:00 +01:00
parent 2b4d861859
commit 7246afdfd0
@@ -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 = [