gnu: krunner: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (krunner): Update to 6.13.0.

Change-Id: I4ccaaf520fb7d0b71ced6bd683a453c1c31e5cc3
This commit is contained in:
宋文武 2025-05-04 14:10:14 +08:00 committed by Andreas Enge
parent f6e2546c57
commit a7254720db
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4378,7 +4378,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4387,7 +4387,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
"0aynaxlk9zsdxvv7pxzx19687cqrmzdw8lbvaka6ad8ca6nrg725"))))
"0fzm0h7yay24vvm4m1khyr5x2rg9vspqm6qgh5r3pbsxdrd7gqax"))))
(build-system qt-build-system)
(propagated-inputs
(list kcoreaddons))