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:
Zheng Junjie 2024-08-13 14:54:53 +08:00
parent 1d9f924661
commit 04b1dd5847
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2655,7 +2655,7 @@ (define-public kimageannotator
(define-public kimageformats
(package
(name "kimageformats")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2664,7 +2664,7 @@ (define-public kimageformats
name "-" version ".tar.xz"))
(sha256
(base32
"15hjaj770xzssg3z8zq51h8jr11mvzg2isvr70rwpk3viswdlyzx"))))
"08jhlxnbklq06xvv4qc10xxg3l4scazg0624rshghr3j8wvbfjn6"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))