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

commit a0e88acb6e94e91ece637b4e610414001728c210
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:44 2024 +0800

    gnu: karchive: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (karchive): Update to 6.4.0.
    
    Change-Id: Ie267602b71afc0c9b39b1a8f5b24145a8e1a9ae2
---
 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 e64e9d1703..1cbc24121c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -502,7 +502,7 @@ documentation.")
 (define-public karchive
   (package
     (name "karchive")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -510,7 +510,7 @@ documentation.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0aafcxizxzh239sz9ffsgxbq6c4a368bm3l93jj9m3v60xbpz017"))))
+                "1fys0r43lc1055fg3ihn11hdh62csyr0hsf831y6q34nhiix1r5w"))))
     (build-system cmake-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases

Reply via email to