0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

pywal16: 3.8.6 -> 3.8.9

This commit is contained in:
R. Ryantm 2025-06-06 07:38:11 +00:00
parent 66576dcd9e
commit 1e73dcda91

View file

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pywal16";
version = "3.8.6";
version = "3.8.9";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
tag = version;
hash = "sha256-aq9I9KJnzwFjfLZ2fzW80abJQ/oSX7FcmCXYi1JMY7Q=";
hash = "sha256-43nKFTkIqaG9UzAjvNbZAog3NLMRKdtnZHxiiiBuD/4=";
};
build-system = [ python3.pkgs.setuptools ];