mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: krunner: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 6.5.0. Change-Id: Iae16415115cf139eec2fc384cbf03edb210cbb1a
This commit is contained in:
parent
464efc241e
commit
c05baa4e69
1 changed files with 2 additions and 2 deletions
|
@ -4387,7 +4387,7 @@ to easily extend the contacts collection.")
|
||||||
(define-public krunner
|
(define-public krunner
|
||||||
(package
|
(package
|
||||||
(name "krunner")
|
(name "krunner")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4396,7 +4396,7 @@ to easily extend the contacts collection.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g3g65w36iswl0w4lx2sl4yl2l4cwqbpdx4g72lc3gqksgqrii5a"))))
|
"0c300cmn04nmh0h5slr4p9vhzr54add40v5hm2m4frzy4gpsyx2n"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kcoreaddons))
|
(list kcoreaddons))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue