gnu: karchive: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (karchive): Update to 6.5.0.

Change-Id: I387cbfff53da465dcb9f52f163a9167bbc02947b
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:47 +08:00
parent dee7abc6be
commit 9872f49d41
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -502,7 +502,7 @@ (define-public kapidox
(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 @@ (define-public karchive
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1fys0r43lc1055fg3ihn11hdh62csyr0hsf831y6q34nhiix1r5w"))))
"0yaf8h2b8x9i9a3qm6bx1ksjmw0mj57ib18rds929q0dqx9h4lz5"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases