pywal16: 3.8.9 -> 3.8.10

This commit is contained in:
R. Ryantm
2025-10-08 14:16:05 +00:00
parent 59f9c6722b
commit 5724f79fd7
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pywal16";
version = "3.8.9";
version = "3.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
tag = version;
hash = "sha256-43nKFTkIqaG9UzAjvNbZAog3NLMRKdtnZHxiiiBuD/4=";
hash = "sha256-OSWv6Pxmd5U1xydL45dVT6m7gu4Rx6Yln3R4dTFZoVE=";
};
build-system = [ python3.pkgs.setuptools ];