pywal16: 3.8.2 -> 3.8.3

This commit is contained in:
R. Ryantm
2025-03-18 10:19:20 +00:00
parent 92c1dd0110
commit d10303fd4e
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pywal16";
version = "3.8.2";
version = "3.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
tag = version;
hash = "sha256-3GowgiLZpQmAaR903sg+4MmzBkj5mS+D3556F6lxxfw=";
hash = "sha256-yF90HkRg44pPRO/7Gj5BEgj44Qgs4OIM+GR7inJVKMI=";
};
build-system = [ python3.pkgs.setuptools ];