Skip to content

Commit 43f9dea

Browse files
authored
python312Packages.pygmt: 0.14.1 -> 0.14.2 (#383254)
2 parents c4d170b + eda3f94 commit 43f9dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2424
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "GenericMappingTools";
2828
repo = "pygmt";
2929
tag = "v${version}";
30-
hash = "sha256-F0BwKr8DTYa5mHvVpTFd4rds/esQ+tgPJn8shr3VUsk=";
30+
hash = "sha256-UwqkJxO+LbJz7BVbQnulxm4sMrKHoY3ayqLHfZy7Ji4=";
3131
};
3232

3333
postPatch = ''
@@ -65,7 +65,7 @@ buildPythonPackage rec {
6565
description = "Python interface for the Generic Mapping Tools";
6666
homepage = "https://github.com/GenericMappingTools/pygmt";
6767
license = lib.licenses.bsd3;
68-
changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/v${version}";
68+
changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/${src.tag}";
6969
maintainers = lib.teams.geospatial.members;
7070
};
7171
}

0 commit comments

Comments
 (0)