mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcodecs: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.10.0. Change-Id: I2f67bbd8c2565e53c37d751866133a8b50a17311
This commit is contained in:
parent
9e130170c1
commit
b4af6a2f7d
1 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ and the older vCalendar.")
|
||||||
(define-public kcodecs
|
(define-public kcodecs
|
||||||
(package
|
(package
|
||||||
(name "kcodecs")
|
(name "kcodecs")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -607,7 +607,7 @@ and the older vCalendar.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"020yz5mf2rqrk6jw460br1wz3lp50d9fh0dvrld5jf8f8zsj4v79"))))
|
"1821467i6k6by8fyw4ypw1pg8gi3dqlaqy7wnrkws0l5n7xky64n"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules gperf qttools))
|
(native-inputs (list extra-cmake-modules gperf qttools))
|
||||||
(inputs (list qtbase))
|
(inputs (list qtbase))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue