python310Packages.pygmt: 0.9.0 -> 0.10.0 (#254669)

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
R. RyanTM 2023-09-13 05:00:26 -07:00 committed by GitHub
parent 0f7402ddfa
commit 0addd6b102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,16 +18,16 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "GenericMappingTools";
repo = "pygmt";
rev = "refs/tags/v${version}";
hash = "sha256-XDIAFIU+chewMDEoQDYqSYvK1tT9afh44w3Yd7ILZIc=";
hash = "sha256-+bkjqHjJIwk44u226q6xqeGmwMWleyc4lRfMZdDjVBA=";
};
postPatch = ''