diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:13 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:43:56 +0530 |
| commit | 7b050f273117a133effe8a75b6c33942f515cd11 (patch) | |
| tree | 336b7c9547d3776c9e1a2f47db099984812a2a1b | |
| parent | 6e4992fc2cf030fdcbeaf0b6896e26a4ac9eb2f1 (diff) | |
gnu: kcodecs: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.23.0.
Change-Id: I1fd33b28654af7a983b1148f4811fd12ba0c13f0
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f20a02e9b1e..3bc796a04d4 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -650,7 +650,7 @@ and the older vCalendar.") (define-public kcodecs (package (name "kcodecs") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -659,7 +659,7 @@ and the older vCalendar.") name "-" version ".tar.xz")) (sha256 (base32 - "18v05l8gbc8s6gsp50g1xlnjvmn2zbywssz6b0z7n05nlldb2ylc")))) + "1vxpap9k90xkfld74sr2prl1sqln3as9pa8ciyz6lpckd1796cvy")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules gperf qttools)) (inputs (list qtbase)) |
