python3Packages.ghmap: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2026-03-24 00:29:45 +00:00
parent ecca25535d
commit 8642ee21e5
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "ghmap";
version = "2.0.3";
version = "2.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "sgl-umons";
repo = "ghmap";
tag = "v${finalAttrs.version}";
hash = "sha256-UF7Zxrm+thZeAKPiCaI5t4NbDzuUU3oosPsb0Cgv9t0=";
hash = "sha256-FXeLSCoZRkHVXDtV/L75mACdU3MvOOSe3Cw6U2+6FfE=";
};
build-system = [