z572 pushed a commit to branch qt-team
in repository guix.

commit d238f121ee89844fea6b161ba76d9e2000bfb55e
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon May 5 17:59:43 2025 +0800

    gnu: kscreen: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.3.4.
    
    Change-Id: Iead0f55df6762bb5c2270bd2034aded8886aeba8
---
 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 2d57945fd7..1de1a9b565 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -909,7 +909,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "6.1.4")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -917,7 +917,7 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "1briwfqrif7lyx0vxz191mbckdgw08nj5lrbxj2q5z4pn3nn9zlr"))))
+                "098b20nd53gf7qgk3kf7y7lwlia2rmx0xwpzbnaah54fbg5q9bwr"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail

Reply via email to