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 {
pname = "pywal16";
version = "3.5.4";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
rev = "refs/tags/${version}";
hash = "sha256-14xl0E4zpUCjW8rkqWA87TGsDy8lgqOQm9GeE9JIsVk=";
hash = "sha256-YKHOH1bEsZHTgYm8AYpfA6C8RtWxAqNQ+GHMcdaj/JU=";
};
nativeBuildInputs = [ python3.pkgs.setuptools ];