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

commit 40447ec7184b00dfcad8e030d87ff1dad6ef45c0
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:59 2025 +0800

    gnu: plasma-workspace-wallpapers: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 
6.2.5.
    
    Change-Id: Ia2d786c65a60bbf6790745750462cae3095af87e
---
 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 16fa8409f7..4b813e21cd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2995,14 +2995,14 @@ hardware management, and a high degree of 
customizability.")
 (define-public plasma-workspace-wallpapers
   (package
     (name "plasma-workspace-wallpapers")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1i23bfdfxvr0l0sd99hwl9hnxcnszppai7inrhbk6ycdc0imrxl8"))))
+                "105wy5sdaimqkqcbpqv2aa004xgdjsjfj81s9x1i6kfkqcn7mc6q"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (home-page "https://community.kde.org/Frameworks";)

Reply via email to