python312Packages.pygmt: modernize

This commit is contained in:
Peder Bergebakken Sundt
2024-08-24 18:50:23 +02:00
parent abc0475e3d
commit 9ee775daca
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.11.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";