File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/pygmt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments