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

commit 8694a1d977a3f19821c03f3286a05dad472ecb66
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:32 2026 +0530

    gnu: kscreen: Update to 6.5.5.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.5.5.
    
    Change-Id: I062e4a1b08664f71eaea885648a92a5c2a250331
---
 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 58c2ae942f..a220fb722d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1124,7 +1124,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "6.5.2")
+    (version "6.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1132,7 +1132,7 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0s64p7bv8pfkg54b0cjp1r601j5zhl527rn9q1pijc4p5za4z0cw"))))
+                "0gy5hc7cvh9g88g0xyy3cs8w3zm8vw46jmbpkqr2f5jyh8ra5j87"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail

Reply via email to