pywal16: 3.5.4 -> 3.6.0

This commit is contained in:
Moraxyc 2024-07-06 17:06:50 +08:00
parent ba28b6d300
commit 79227fe2bc
No known key found for this signature in database

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "pywal16"; pname = "pywal16";
version = "3.5.4"; version = "3.6.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eylles"; owner = "eylles";
repo = "pywal16"; repo = "pywal16";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-14xl0E4zpUCjW8rkqWA87TGsDy8lgqOQm9GeE9JIsVk="; hash = "sha256-YKHOH1bEsZHTgYm8AYpfA6C8RtWxAqNQ+GHMcdaj/JU=";
}; };
nativeBuildInputs = [ python3.pkgs.setuptools ]; nativeBuildInputs = [ python3.pkgs.setuptools ];