mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +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
|
||||
(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))
|
||||
|
|
Loading…
Reference in a new issue