gnu: kdnssd: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kdnssd): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
8f99f824d2
commit
c4c14e65d3
|
@ -709,7 +709,7 @@ as well as an API to create KDED modules.")
|
||||||
(define-public kdnssd
|
(define-public kdnssd
|
||||||
(package
|
(package
|
||||||
(name "kdnssd")
|
(name "kdnssd")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -718,7 +718,7 @@ as well as an API to create KDED modules.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wcjq0g1cdjz9npy31i4rqbx85a95f15w71aamhm8x82l8nysv4g"))))
|
"0pxlkwjjl2gzfjf9pd7j9m1nhc6jas0wd8994jgljgxc5dc94cn8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools-5))
|
||||||
|
|
Reference in New Issue