ghmap: 1.0.6 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-01-25 01:12:31 +00:00
parent 055fdf03b0
commit 290a66bd78
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "ghmap";
version = "1.0.6";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "uhourri";
repo = "ghmap";
tag = "v${version}";
hash = "sha256-mNWBClKs5QnjwMMWS/OaxgD0g0D0bWRx8ecyG3+zy+s=";
hash = "sha256-3y7ENSqcyfQTb78ELoZse9TksPT0zrsLD2YVEfjJ2Y8=";
};
build-system = with python3Packages; [