gnu: libarchive: Update to 3.4.1.

* gnu/packages/backup.scm (libarchive): Update to 3.4.1.
[source](uri): Change to ".xz" tarball.
This commit is contained in:
Marius Bakke 2020-01-08 16:52:34 +01:00
parent 972a3e0b1e
commit ef2782d7b4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -200,18 +200,18 @@ (define-public hdup
(define-public libarchive
(package
(name "libarchive")
(version "3.4.0")
(version "3.4.1")
(source
(origin
(method url-fetch)
(uri (list (string-append "https://libarchive.org/downloads/libarchive-"
version ".tar.gz")
version ".tar.xz")
(string-append "https://github.com/libarchive/libarchive"
"/releases/download/v" version "/libarchive-"
version ".tar.gz")))
version ".tar.xz")))
(sha256
(base32
"0pl25mmz1b1cnwf35kxmygyy9g7z7hslxbx329a9yx8csh7dahw6"))))
"1xs2c3fsss1g2a6yzip98j9bl93pxd3gqwr4ivh2fc6c10py115v"))))
(build-system gnu-build-system)
(inputs
`(("bzip2" ,bzip2)