wike: 3.2.0 -> 3.2.1

diff: https://github.com/hugolabe/Wike/compare/3.2.0...3.2.1
This commit is contained in:
Hythera
2026-05-20 15:39:19 +02:00
parent be0b67b8c1
commit 1c8d8e9fe8
+2 -2
View File
@@ -20,14 +20,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wike";
version = "3.2.0";
version = "3.2.1";
pyproject = false; # built with meson
src = fetchFromGitHub {
owner = "hugolabe";
repo = "Wike";
tag = finalAttrs.version;
hash = "sha256-4J23dUK844ZYQp9LAvaQgN2cnGaPt7eWGOFSAe7WRH8=";
hash = "sha256-FD0XucAp5SMXTsp+FrsGNYcmatSWiD9U9lAHRB1Aj3k=";
};
nativeBuildInputs = [