guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 0ded55ae4f3bce2653ef6a61c23993ad439b86e7 Author: Zheng Junjie <[email protected]> AuthorDate: Mon May 5 19:49:22 2025 +0800 gnu: discover: Update to 6.3.4. * gnu/packages/kde-plasma.scm (discover): Update to 6.3.4. Change-Id: I733459cae235d57e63f9e2ed2631cae4997dcf7f --- 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 4a78f5333d..0c8f168a39 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -248,7 +248,7 @@ Breeze is the default theme for the KDE Plasma desktop.") (define-public discover (package (name "discover") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -260,7 +260,7 @@ Breeze is the default theme for the KDE Plasma desktop.") ".tar.xz")) (sha256 (base32 - "1954adjgpj0vww1bzrskdgphdqm06xb4dfxh19aasjra760vijwc")))) + "1n7k5ikpp278cyzz12jpjwn2g0s2dmi6d88ahkmwp4rlcznwl61a")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase
