python3Packages.pygmt: 0.18.0 -> 0.19.0 (#541464)

This commit is contained in:
Nikolay Korotkiy
2026-07-15 16:58:06 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "pygmt";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GenericMappingTools";
repo = "pygmt";
tag = "v${finalAttrs.version}";
hash = "sha256-yWB/IRu5B6hnu8e1TvpAaLehr1TMqvnDc5sRgyMw2mM=";
hash = "sha256-XuJuSma2EVqEYpJlz/rS01gQeI+DgJSifLs2Wj2pdiI=";
};
postPatch = ''