Unverified Commit 43f9deaa authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

python312Packages.pygmt: 0.14.1 -> 0.14.2 (#383254)

parents c4d170bd eda3f940
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pygmt";
  version = "0.14.1";
  version = "0.14.2";
  pyproject = true;

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

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