waypaper: 1.9 -> 2.1

Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
This commit is contained in:
R. Ryantm 2024-01-21 18:46:19 +00:00 committed by Franz Pletz
parent 58fcc2db9d
commit 78de478599
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "waypaper";
version = "1.9";
version = "2.1";
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "waypaper";
rev = "refs/tags/${version}";
hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E=";
hash = "sha256-AIOrn5I0WX8S4iaK6mVEbdn1tQiED0JYA0GXDXJ6eNE=";
};
nativeBuildInputs = [
@ -24,6 +24,9 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = [
python3.pkgs.pygobject3
python3.pkgs.platformdirs
python3.pkgs.importlib-metadata
python3.pkgs.pillow
killall
];