z572 pushed a commit to branch kde-team
in repository guix.
commit 3bf4a48e5a9993216145cbd8b87084bd310e2ea9
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:47 2024 +0800
gnu: karchive: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (karchive): Update to 6.5.0.
Change-Id: I387cbfff53da465dcb9f52f163a9167bbc02947b
---
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 dff9009b45..da05266e24 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.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
@@ -510,7 +510,7 @@ documentation.")
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "1fys0r43lc1055fg3ihn11hdh62csyr0hsf831y6q34nhiix1r5w"))))
+ "0yaf8h2b8x9i9a3qm6bx1ksjmw0mj57ib18rds929q0dqx9h4lz5"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases