guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 394621efa70af3847afb41dbdd7da40567e8b9ab
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:41 2025 +0530
gnu: plasma-workspace-wallpapers: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to
6.5.0.
Change-Id: Ia638573fceb6f010e69ec22ae1fc4919973d95a0
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index cac7fc1c63..c9420d4152 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2987,14 +2987,14 @@ hardware management, and a high degree of
customizability.")
(define-public plasma-workspace-wallpapers
(package
(name "plasma-workspace-wallpapers")
- (version "6.4.5")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "1gwgq03pm4040dm6smspg6qfb0ip9qj1c078p7mw9l0jfwqksfxl"))))
+ "0zf9yjv3zn2ws2rpfz133nv4ai8zh69a8gs3agdz95aq2nhc3h9j"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list extra-cmake-modules))