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

commit a0ff75f9bee01a6b13ced5bb608ca1382f5ad0c2
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:16 2025 +0530

    gnu: kscreen: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.4.5.
    
    Change-Id: Id25c975309c8b7577954aba73cb8f84af13d7d08
---
 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 ee6d7372d3..7c98df4364 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1109,7 +1109,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "6.4.3")
+    (version "6.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1117,7 +1117,7 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "1ab0z87312vb25acin4w273q1pi5yppzlhgbxk7r6qhkl8r71vrp"))))
+                "0dqh8grmzzqx06r2kwgzcix08q5sifxb3i0wabbg7rxi721dwaxr"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail

Reply via email to