pywal16: 3.8.0 -> 3.8.2 (#387598)

This commit is contained in:
Nick Cao
2025-03-06 16:36:34 -05:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pywal16";
version = "3.8.0";
version = "3.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
tag = version;
hash = "sha256-PWXAQEWLrjmxgMWqpwJtLvUhXERcBM1Bfg5extGd8+c=";
hash = "sha256-3GowgiLZpQmAaR903sg+4MmzBkj5mS+D3556F6lxxfw=";
};
build-system = [ python3.pkgs.setuptools ];