pywal16: 3.8.10 -> 3.8.11 (#456051)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-27 05:21:32 +00:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pywal16";
version = "3.8.10";
version = "3.8.11";
pyproject = true;
src = fetchFromGitHub {
owner = "eylles";
repo = "pywal16";
tag = version;
hash = "sha256-OSWv6Pxmd5U1xydL45dVT6m7gu4Rx6Yln3R4dTFZoVE=";
hash = "sha256-BZd8ditvcLLJDCWaWtSEUkOBgLM2LvtX5UbKOMz7eno=";
};
build-system = [ python3.pkgs.setuptools ];