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

commit 6ac07aede5eb8b9c87fe3a98a8ef7530464fb7af
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:17 2025 +0530

    gnu: libkscreen: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (libkscreen): Update to 6.4.5.
    
    Change-Id: Id953fafc857619b897ec356b0ff9f7a8698f029a
---
 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 78859b1c6b..786083e04d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1316,14 +1316,14 @@ the running system.")
 (define-public libkscreen
   (package
     (name "libkscreen")
-    (version "6.4.3")
+    (version "6.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0sxhh7mx4h9s7vgapphfhlwfnxzjx7yydv80w13whlh62420cpx2"))))
+        (base32 "1d72ng2jpm8r4106my8lgkjk8852a167hi4glwahyibbclknxlk8"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to