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

commit 1b8ac0fb566430d7630fca8e488537ce93e8fa3d
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:31 2025 +0530

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

Reply via email to