mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: kimageformats: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kimageformats): Update to 6.5.0. Change-Id: Ic7c57b4b1263fa5264fb26897d2f0083200a8feb
This commit is contained in:
parent
1d9f924661
commit
04b1dd5847
1 changed files with 2 additions and 2 deletions
|
@ -2655,7 +2655,7 @@ (define-public kimageannotator
|
||||||
(define-public kimageformats
|
(define-public kimageformats
|
||||||
(package
|
(package
|
||||||
(name "kimageformats")
|
(name "kimageformats")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2664,7 +2664,7 @@ (define-public kimageformats
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15hjaj770xzssg3z8zq51h8jr11mvzg2isvr70rwpk3viswdlyzx"))))
|
"08jhlxnbklq06xvv4qc10xxg3l4scazg0624rshghr3j8wvbfjn6"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue