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

commit c26b174745d05a35b15a1973d8fd7bca62d19633
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Sun Aug 24 22:15:28 2025 +0800

    gnu: discover: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.4.3.
    
    Change-Id: I2591f0cca4d713c86413e80291d09189c889db59
---
 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 18397eafd6..6ee1c52e5b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -256,7 +256,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -268,7 +268,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0rihqcafvdawlwa6yy1gql473ynmkjl1y61l37j04xpnjk4mz930"))))
+                "046ybp2bmfvwx7xchpww41cssys64h7xfabg5jhh3j58m8w85pf2"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to