waypaper: 2.6 -> 2.7

This commit is contained in:
Scott McKendry
2025-10-02 20:17:40 +13:00
committed by Scott McKendry
parent b71d5fb26a
commit 58f5965640
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "waypaper";
version = "2.6";
version = "2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "waypaper";
tag = version;
hash = "sha256-MGfTuQcVChI4g7RONiTZZ4a5uX5SDjfLeMxbLIZ7VH4=";
hash = "sha256-wtYF9H56IARkrFbChtuhWtOietA88khQJSOpfDtGQro=";
};
nativeBuildInputs = [