mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
dee7abc6be
commit
9872f49d41
1 changed files with 2 additions and 2 deletions
|
@ -502,7 +502,7 @@ (define-public kapidox
|
||||||
(define-public karchive
|
(define-public karchive
|
||||||
(package
|
(package
|
||||||
(name "karchive")
|
(name "karchive")
|
||||||
(version "6.4.0")
|
(version "6.5.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/"
|
||||||
|
@ -510,7 +510,7 @@ (define-public karchive
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fys0r43lc1055fg3ihn11hdh62csyr0hsf831y6q34nhiix1r5w"))))
|
"0yaf8h2b8x9i9a3qm6bx1ksjmw0mj57ib18rds929q0dqx9h4lz5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue