diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-15 15:56:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-15 22:02:57 +0100 |
commit | 7e3533a44654f416a6881f05421bfc89f3c4ada4 (patch) | |
tree | a7bc3b100557e427eafd7ce726b8e07085d728b5 | |
parent | f9dcc39ac106bd65df9e472bdabeb48303a4b18a (diff) | |
download | patches-7e3533a44654f416a6881f05421bfc89f3c4ada4.tar patches-7e3533a44654f416a6881f05421bfc89f3c4ada4.tar.gz |
gnu: libarchive: Update to 3.4.2.
* gnu/packages/backup.scm (libarchive): Update to 3.4.2.
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index c00244c003..5cdf3b9155 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -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) |