me
/
guix
Archived
1
0
Fork 0

gnu: karchive: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-12 10:34:16 +08:00 committed by 宋文武
parent cf801ba3a5
commit 36363f2a7e
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 3 deletions

View File

@ -449,7 +449,7 @@ documentation.")
(define-public karchive
(package
(name "karchive")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
@ -457,7 +457,7 @@ documentation.")
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1ipj7j1iw6g56z0qppji38h6qwbs05piiqqbsw8hdbf96l6cdiq2"))))
"1rbmh0sfrgv7nkmmnf8zyd5x66g9bh6kj9ry2yzivqn73ralk44y"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@ -466,7 +466,7 @@ documentation.")
(when tests?
(invoke "ctest" "-E" "karchivetest")))))))
(native-inputs
(list extra-cmake-modules pkg-config))
(list extra-cmake-modules pkg-config qttools-5))
(inputs
(list bzip2 qtbase-5 xz zlib `(,zstd "lib")))
(home-page "https://community.kde.org/Frameworks")