python3Packages.zamg: 0.3.6 -> 0.4.1

This commit is contained in:
R. Ryantm
2026-07-21 06:19:23 +00:00
parent 41ce788712
commit 008e6702d5

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "zamg";
version = "0.3.6";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "killer0071234";
repo = "python-zamg";
tag = "v${version}";
hash = "sha256-j864+3c0GDDftdLqLDD0hizT54c0IgTjT77jOneXlq0=";
hash = "sha256-kWdSXaD7+c7UrlRP47DjKbmVTHqWUveDowIDFSK3Plk=";
};
pythonRelaxDeps = [ "async-timeout" ];