gnu: karchive: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (karchive): Update to 6.4.0. Change-Id: Ie267602b71afc0c9b39b1a8f5b24145a8e1a9ae2master
parent
9f77b9428e
commit
c059dcec5c
|
@ -502,7 +502,7 @@ documentation.")
|
||||||
(define-public karchive
|
(define-public karchive
|
||||||
(package
|
(package
|
||||||
(name "karchive")
|
(name "karchive")
|
||||||
(version "6.3.0")
|
(version "6.4.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 @@ documentation.")
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aafcxizxzh239sz9ffsgxbq6c4a368bm3l93jj9m3v60xbpz017"))))
|
"1fys0r43lc1055fg3ihn11hdh62csyr0hsf831y6q34nhiix1r5w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue