mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libarchive: Update to 3.4.2.
* gnu/packages/backup.scm (libarchive): Update to 3.4.2.
This commit is contained in:
parent
f9dcc39ac1
commit
7e3533a446
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ (define-public hdup
|
|||
(define-public libarchive
|
||||
(package
|
||||
(name "libarchive")
|
||||
(version "3.4.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -211,7 +211,7 @@ (define-public libarchive
|
|||
version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1xs2c3fsss1g2a6yzip98j9bl93pxd3gqwr4ivh2fc6c10py115v"))))
|
||||
"18dd01ahs2hv74xm7axjc3yhq839p0x0s4vssvlmm8fknja09qfq"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bzip2" ,bzip2)
|
||||
|
|
Loading…
Reference in a new issue