python311Packages.zamg: modernize

This commit is contained in:
Fabian Affolter 2023-11-29 23:28:49 +01:00
parent 4d568d2fa7
commit e79e4fa3f2

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zamg";
version = "0.3.3";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";