Fabian Affolter
2024-01-09 21:12:33 +01:00
parent cded2b2ae5
commit 5b818edc52
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "zamg";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "killer0071234";
repo = "python-zamg";
rev = "refs/tags/v${version}";
hash = "sha256-hgJtM208xsDh9RbxOFu5DOiKonLMj8aWyu9+EhpE6TA=";
hash = "sha256-MomqMgL3axMdT/ckx2IG9k0IIDlNq0bod0ukjIvkM7Y=";
};
postPatch = ''