wpgtk: 6.7.0 -> 6.7.1

This commit is contained in:
R. Ryantm
2026-05-07 04:09:32 +00:00
parent 980e0fe75a
commit e836fcfe6b
+2 -2
View File
@@ -12,14 +12,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wpgtk";
version = "6.7.0";
version = "6.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "deviantfero";
repo = "wpgtk";
tag = finalAttrs.version;
hash = "sha256-X7KKXPNKqs0pVRrR04ZrJgCTDZUj3lcFKnwSaX4/RAM=";
hash = "sha256-TbykgmS/F/6N7ZmcKlX79RhMvOMBsfFNl8TZKLji80w=";
};
build-system = with python3Packages; [ setuptools ];