mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knewstuff: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.108.0. [native-inputs]: Add qttools-5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
35cb06d47f
commit
03565e035c
1 changed files with 3 additions and 3 deletions
|
@ -2752,7 +2752,7 @@ KIO enabled infrastructure.")
|
||||||
(define-public knewstuff
|
(define-public knewstuff
|
||||||
(package
|
(package
|
||||||
(name "knewstuff")
|
(name "knewstuff")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2761,12 +2761,12 @@ KIO enabled infrastructure.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09mxzpv0l1i5ml963gdnji8rskmi8b2f0hp4rn6ibkcj00z48fgy"))))
|
"1hlzkacybf35lnl92vk8xkapkq5pygy8fqngskvj9f4692k6562s"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list attica kservice kxmlgui))
|
(list attica kservice kxmlgui))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list karchive
|
(list karchive
|
||||||
kauth
|
kauth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue