gnu: kdbusaddons: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kdbusaddons): Update to 5.114.0. Change-Id: I96154ee171d5c6ee95e6a5b4c15af0004d60cda4master
parent
c2bccf47c4
commit
d66a1d4f1b
|
@ -695,7 +695,7 @@ many more.")
|
||||||
(define-public kdbusaddons
|
(define-public kdbusaddons
|
||||||
(package
|
(package
|
||||||
(name "kdbusaddons")
|
(name "kdbusaddons")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -704,7 +704,7 @@ many more.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1siv9ndk0zr9yq6pwjs248zzsh4kgllfj1294jym80rxcb0z6g9r"))))
|
"0pzzznyxhi48z5hhdsdxz3vaaihrdshpx65ha2v2nn2gh3ww7ikm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus qttools-5))
|
(list extra-cmake-modules dbus qttools-5))
|
||||||
|
|
Reference in New Issue