guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/255: gnu: kcodecs: Update to 6.8.0.


From: guix-commits
Subject: 08/255: gnu: kcodecs: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:13 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit bf75601bb246b990b25f44c658f300e29826f450
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Nov 26 21:38:56 2024 +0800

    gnu: kcodecs: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.8.0.
    
    Change-Id: I33397a30b4ceeb849e0e314989d4df8fd3110fd9
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 73b0ddfee0..a010f16ab0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -598,7 +598,7 @@ and the older vCalendar.")
 (define-public kcodecs
   (package
     (name "kcodecs")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -607,7 +607,7 @@ and the older vCalendar.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "020yz5mf2rqrk6jw460br1wz3lp50d9fh0dvrld5jf8f8zsj4v79"))))
+                "0zxjyinczh5z6iwlbnfbb6fm4gd3ch5xqq032zbiqmvrdxf57jcn"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules gperf qttools))
     (inputs (list qtbase))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]