Merge pull request #324995 from Moraxyc/update-pywal16

pywal16: 3.5.4 -> 3.6.0
This commit is contained in:
Franz Pletz
2024-07-09 17:42:39 +02:00
committed by GitHub
+2 -2
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 ];