me
/
guix
Archived
1
0
Fork 0

gnu: kdnssd: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kdnssd): Update to 6.4.0.

Change-Id: I82303acb4e036d9f8b77507a7bf2e5c8e565cc58
master
Zheng Junjie 2024-07-20 00:24:45 +08:00
parent 0c6c4014b5
commit 4c2b3ec42a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -969,7 +969,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -978,7 +978,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0akip5sb8jva760lprxd3qbzlx9ql3vgdxdl1rblp5qsvv94h7b7")))) "04ncb1ahxglj00azk0imgqsjjkl6zxbsgjh0176xxviv3fj3kihb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools)) (list extra-cmake-modules qttools))