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

commit c9b0447281cbf95cdb67a097fb08b2c4716e182e
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:29 2026 +0530

    gnu: discover: Update to 6.5.5.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.5.5.
    
    Change-Id: I5aa6f64727cf7c67eaef1d953dd4744e87a8e73f
---
 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 43848588e2..172263d4cf 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.2")
+    (version "6.5.5")
     (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
-                "0ji4mz5rgb2az9wmbjwpdi5302x7d17lpvzcy9cxjlcpbh7iv20r"))))
+                "0d4nd5rwzyyhsk5mphkrscarkxhsbigrcx7kn8anqwabhlnxs0j2"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to