gnu: kimageformats: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kimageformats): Update to 5.114.0. Change-Id: I68d81959a47972dcc457a2e7658c4b6211c3b6f4
This commit is contained in:
parent
9dd20cf54b
commit
dd2f52406f
1 changed files with 2 additions and 2 deletions
|
@ -1884,7 +1884,7 @@ by applications to write metadata.")
|
||||||
(define-public kimageformats
|
(define-public kimageformats
|
||||||
(package
|
(package
|
||||||
(name "kimageformats")
|
(name "kimageformats")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1893,7 +1893,7 @@ by applications to write metadata.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07myvknlvp28kn20l30x6q22fkva72qrfziryinxgsqlhgc3j87c"))))
|
"1nfzpgnrbwncx9zp9cwa169jlfv7i85p00a07d4jc5hrdyvvkn0w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
|
Reference in a new issue