guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 27c90cfbba044ad04eb455b7d2b83d5578dc0f7c
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:12 2025 +0530

    gnu: plasma-workspace-wallpapers: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 
6.5.4.
    
    Change-Id: I6d181b76368990ee6126b386393fec4221c3581b
---
 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 9157bfac5a..087cafc4d2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2975,14 +2975,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.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0fsrscchsvl8cr2bzf76h8fganqadjgw9kp5ipqknmh7qqx1vb05"))))
+                "1yv2kyzwd8bi4ipxdzd4qil85s4mzjmz4zf0idbr338adr6z5mlk"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs (list extra-cmake-modules))

Reply via email to