We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a8c64 commit bab178eCopy full SHA for bab178e
pkgs/development/python-modules/pygmt/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "pygmt";
21
- version = "0.13.0";
+ version = "0.14.0";
22
pyproject = true;
23
24
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "GenericMappingTools";
28
repo = "pygmt";
29
tag = "v${version}";
30
- hash = "sha256-DO9KUlmt5EV+ioOSQ/BOcx4pP409f94dzmFwqK2MwMY=";
+ hash = "sha256-8dzZuv9feiRyh3l8wV6+gYvc6N+yQnabgSbvw4ig+GY=";
31
};
32
33
postPatch = ''
0 commit comments