mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcodecs: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.13.0. Change-Id: I9718f3ec60b153650357ac4e0dbf83d3c210cbe0
This commit is contained in:
parent
bf9e88359c
commit
cf8cb533dd
1 changed files with 2 additions and 2 deletions
|
@ -605,7 +605,7 @@ and the older vCalendar.")
|
|||
(define-public kcodecs
|
||||
(package
|
||||
(name "kcodecs")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -614,7 +614,7 @@ and the older vCalendar.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1821467i6k6by8fyw4ypw1pg8gi3dqlaqy7wnrkws0l5n7xky64n"))))
|
||||
"10i029p1fcsplj3psvgjc3gg81r1adcka7mklbk6l0hdjxfy1pfx"))))
|
||||
(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