me
/
guix
Archived
1
0
Fork 0

gnu: kdnssd: Update to 5.114.0.

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

Change-Id: I9cd33b628527d6aec1594ab09ec1f3272c224f86
master
Maxim Cournoyer 2024-01-18 11:33:10 -05:00
parent d66a1d4f1b
commit 5ad4fc6032
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -740,7 +740,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "5.108.0") (version "5.114.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -749,7 +749,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0pxlkwjjl2gzfjf9pd7j9m1nhc6jas0wd8994jgljgxc5dc94cn8")))) "1zw5rkprr54j05ic8zljk57zahp2v6333slr253r3n1679zqlv64"))))
(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))