mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcompletion: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.13.0. Change-Id: I923af6bc9bd0a65ac449f9e2e4e74315c7bf9fae
This commit is contained in:
parent
3a4ee70303
commit
5f15e1897f
1 changed files with 2 additions and 2 deletions
|
@ -2302,7 +2302,7 @@ utilities.")
|
|||
(define-public kcompletion
|
||||
(package
|
||||
(name "kcompletion")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2311,7 +2311,7 @@ utilities.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jab6fwiya4an1dsq73gn7yavlasavhl2168x7y8j748prdr4vmm"))))
|
||||
"02lilyi3jhdd6m0mid8jxbymhf1rm439ygfyvrcs14gxvg5flp2m"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue