gnu: sonnet: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (sonnet): Update to 5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 6ad3befef2
commit 71b37f7ab6
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -1068,16 +1068,16 @@ system.")
(define-public sonnet (define-public sonnet
(package (package
(name "sonnet") (name "sonnet")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/frameworks/" "mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"152xz7fb1iwhb5w1n4xqvc648iaxi0inrl4kavxcsir61das1xyl")))) "07i3gng309vsf5kp5dlwca0lpi3iqc0lp0ixdvx75q832gk8ivrv"))))
(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)