afew: 4.0.0 -> 4.0.1

This commit is contained in:
Florian Klink
2026-07-16 17:38:37 +02:00
parent ba84bc11c4
commit f6a8557194
+2 -2
View File
@@ -9,12 +9,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "afew";
version = "4.0.0";
version = "4.0.1";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-d6WfXt4K5nLawwdsWXHgy0+nMJXqxs9QQ0xmVeX1m3Q=";
hash = "sha256-LPKSD4aMAREtf5Y4A9oa6Sh5lv/uuLpamcP35SBgA/M=";
};
nativeBuildInputs = with python3Packages; [