z572 pushed a commit to branch kde-team
in repository guix.
commit fe22eafaae22e4948ec5240bce74c3fa376f7203
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:56 2024 +0800
gnu: krunner: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 6.5.0.
Change-Id: Iae16415115cf139eec2fc384cbf03edb210cbb1a
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 135a0bb529..959653f61d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4387,7 +4387,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4396,7 +4396,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1g3g65w36iswl0w4lx2sl4yl2l4cwqbpdx4g72lc3gqksgqrii5a"))))
+ "0c300cmn04nmh0h5slr4p9vhzr54add40v5hm2m4frzy4gpsyx2n"))))
(build-system qt-build-system)
(propagated-inputs
(list kcoreaddons))