me
/
guix
Archived
1
0
Fork 0

gnu: kdnssd: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kdnssd): Update to 5.27.0.
master
David Craven 2016-10-29 18:48:28 +02:00
parent e361ff6a2e
commit ce45f9ef7b
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 10 additions and 10 deletions

View File

@ -537,16 +537,16 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/" (uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"01b650g031apxc3vd2m91g2fxqk9l8ap67z6rafniphfwy8i0d5m")))) "0dq2i4f4ny5cwgd41mjw5i7cf23ns55s2m13cjvxvy90nwhlymqp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)