gnu: karchive: Update to 6.10.0.

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

Change-Id: Icb65c0d0f7d1b33b9685c70ba85d69f33dfeb340
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:21 +08:00 committed by Zheng Junjie
parent a7e0c7bb24
commit fd17d9d1fb
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -503,7 +503,7 @@ documentation.")
(define-public karchive (define-public karchive
(package (package
(name "karchive") (name "karchive")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/" (uri (string-append "mirror://kde/stable/frameworks/"
@ -511,7 +511,7 @@ documentation.")
"/" name "-" version ".tar.xz")) "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0yaf8h2b8x9i9a3qm6bx1ksjmw0mj57ib18rds929q0dqx9h4lz5")))) "0j4aiilpcmq89bfdpqqcs0dmqfzxrdam775svvdbn46ikp0n0ldc"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:phases #~(modify-phases %standard-phases (list #:phases #~(modify-phases %standard-phases