ghmap: 2.0.0 -> 2.0.3

This commit is contained in:
R. Ryantm
2026-02-15 05:35:48 +00:00
parent 384ef44140
commit cdc4a620cc
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ghmap";
version = "2.0.0";
version = "2.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "uhourri";
repo = "ghmap";
tag = "v${finalAttrs.version}";
hash = "sha256-3y7ENSqcyfQTb78ELoZse9TksPT0zrsLD2YVEfjJ2Y8=";
hash = "sha256-UF7Zxrm+thZeAKPiCaI5t4NbDzuUU3oosPsb0Cgv9t0=";
};
build-system = with python3Packages; [