python312Packages.pygmt: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-01-10 17:11:27 +00:00
parent 24a8c64c2b
commit bab178e0a3
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.13.0";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "GenericMappingTools";
repo = "pygmt";
tag = "v${version}";
hash = "sha256-DO9KUlmt5EV+ioOSQ/BOcx4pP409f94dzmFwqK2MwMY=";
hash = "sha256-8dzZuv9feiRyh3l8wV6+gYvc6N+yQnabgSbvw4ig+GY=";
};
postPatch = ''