diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 2ef504dd64..e9f24e6fee 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2983,14 +2983,14 @@ hardware management, and a high degree of customizability.") (define-public plasma-workspace-wallpapers (package (name "plasma-workspace-wallpapers") - (version "6.5.2") + (version "6.5.5") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "0fsrscchsvl8cr2bzf76h8fganqadjgw9kp5ipqknmh7qqx1vb05")))) + "1cd0ygsvqd87m4jsfbyl9d68wdvjlkl0lims5y65sazy6yjgfnav")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (native-inputs (list extra-cmake-modules))