python310Packages.zamg: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2022-12-25 02:46:47 +00:00
parent 0c7efbb01a
commit c06060c5fb

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "zamg";
version = "0.2.1";
version = "0.2.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "killer0071234";
repo = "python-zamg";
rev = "refs/tags/v${version}";
hash = "sha256-P9BvrINsF6OZdNw8L8RXjpDgVWvW5s3qgCFXtEeUChM=";
hash = "sha256-pBXt7t7Cs7F0bxvB8N67XaY/uvYhZPw10+bei/3QSfw=";
};
postPatch = ''