Merge pull request #207846 from r-ryantm/auto-update/python310Packages.statmake

python310Packages.statmake: 0.5.1 -> 0.6.0
This commit is contained in:
Fabian Affolter 2022-12-26 18:54:46 +01:00 committed by GitHub
commit eb5955d493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "statmake";
version = "0.5.1";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "daltonmaag";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BpxjAr65ZQEJ0PSUIPtS78UvJbMG91qkV8py2K/+W2E=";
hash = "sha256-3BZ71JVvj7GCojM8ycu160viPj8BLJ1SiW86Df2fzsw=";
};
nativeBuildInputs = [