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

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

    gnu: kscreen: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.2.5.
    
    Change-Id: I1b68ef8eaad702a191f65c70c7f5723d4e45a08d
---
 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 5b586fbac5..63efdb7102 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -934,7 +934,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -942,7 +942,7 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "1briwfqrif7lyx0vxz191mbckdgw08nj5lrbxj2q5z4pn3nn9zlr"))))
+                "0hlnyq71pjffgw3jia9x94dabk5aqrcg1mr0dw7d3103wxzw8dv2"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail

Reply via email to