Skip to content

Commit bab178e

Browse files
committed
python312Packages.pygmt: 0.13.0 -> 0.14.0
1 parent 24a8c64 commit bab178e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pygmt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pygmt";
21-
version = "0.13.0";
21+
version = "0.14.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "GenericMappingTools";
2828
repo = "pygmt";
2929
tag = "v${version}";
30-
hash = "sha256-DO9KUlmt5EV+ioOSQ/BOcx4pP409f94dzmFwqK2MwMY=";
30+
hash = "sha256-8dzZuv9feiRyh3l8wV6+gYvc6N+yQnabgSbvw4ig+GY=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)