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