Archived
1
0
Fork 0

gnu: kimageformats: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kimageformats): Update to 5.27.0 and
  fix indentation.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 3f34662b12
commit 2d64fdb157
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -1312,16 +1312,16 @@ by applications to write metadata.")
(define-public kimageformats (define-public kimageformats
(package (package
(name "kimageformats") (name "kimageformats")
(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
"12mhgckmhnvcnm8k7mk15mipxrnm7i9ip7ykbjh8nxjiwyk1pmwc")))) "0ijy7di9p37l6fjrmsday402vq4zibq1m37jghkvdymawxcrd22h"))))
(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)