mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue