python3Packages.pygmt: 0.3.1 → 0.4.0

This commit is contained in:
Nikolay Korotkiy 2021-07-30 17:33:49 +03:00
parent dab0baaad1
commit 9c78cab49f
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.3.1";
version = "0.4.0";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "GenericMappingTools";
repo = "pygmt";
rev = "v${version}";
sha256 = "0v57n3by9dwckjfmrgf1km4y3gwzj2gk0s9ly64hlaf05zihqnvc";
sha256 = "sha256-oRRbSoDlHjkOVhVjuOoDScBILbIQpYVxAOclNlnzVMw=";
};
postPatch = ''