guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 84c7617cdaf586ebbfbe6f33ae21004ab060ad7e
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 09:31:53 2025 +0530

    gnu: discover: Update to 6.5.2.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.5.2.
    
    Change-Id: Id83b59f1e030cf2a875d47ad0f59bd5f5553bec1
---
 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 7041bb6171..37add5127b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -343,7 +343,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.5.0")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -355,7 +355,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0g981wxfcmv4f87jg9bxd91fdnjglh00yvfc9v5i6iywdprkpr4k"))))
+                "0ji4mz5rgb2az9wmbjwpdi5302x7d17lpvzcy9cxjlcpbh7iv20r"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to