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

commit 8d68449b72834418e80b4297ba1c16484dc6cdb9
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:16 2025 +0530

    gnu: discover: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.5.0.
    
    Change-Id: I4bdc43114345f75727e21bd77baba50f793a97d2
---
 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 327f250908..27c08dd02e 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -308,7 +308,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -320,7 +320,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0xl55ybkp67yvx7c3i4fi49il1v1vqgb1lvwvb8lrbnjgbix824j"))))
+                "0g981wxfcmv4f87jg9bxd91fdnjglh00yvfc9v5i6iywdprkpr4k"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to