me
/
guix
Archived
1
0
Fork 0

gnu: libarchive: Update to 3.4.2.

* gnu/packages/backup.scm (libarchive): Update to 3.4.2.
master
Marius Bakke 2020-02-15 15:56:02 +01:00
parent f9dcc39ac1
commit 7e3533a446
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
(define-public libarchive
(package
(name "libarchive")
(version "3.4.1")
(version "3.4.2")
(source
(origin
(method url-fetch)
@ -211,7 +211,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
version ".tar.xz")))
(sha256
(base32
"1xs2c3fsss1g2a6yzip98j9bl93pxd3gqwr4ivh2fc6c10py115v"))))
"18dd01ahs2hv74xm7axjc3yhq839p0x0s4vssvlmm8fknja09qfq"))))
(build-system gnu-build-system)
(inputs
`(("bzip2" ,bzip2)