[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libarchive: Update to 3.5.1.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libarchive: Update to 3.5.1. |
Date: |
Tue, 19 Jan 2021 23:02:09 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new e467bdb gnu: libarchive: Update to 3.5.1.
e467bdb is described below
commit e467bdb1f15ca5eee2791b1fb829a02c09788f0a
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Jan 19 22:17:14 2021 +0100
gnu: libarchive: Update to 3.5.1.
* gnu/packages/backup.scm (libarchive): Update to 3.5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 2ad4bd3..235353d 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -212,7 +212,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
(define-public libarchive
(package
(name "libarchive")
- (version "3.4.2")
+ (version "3.5.1")
(source
(origin
(method url-fetch)
@@ -223,7 +223,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
version ".tar.xz")))
(sha256
(base32
- "18dd01ahs2hv74xm7axjc3yhq839p0x0s4vssvlmm8fknja09qfq"))))
+ "16r95rlmikll1k8vbhh06vq6x3srkc10hzxjjf3021mjs2ld65qf"))))
(build-system gnu-build-system)
(inputs
`(("bzip2" ,bzip2)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libarchive: Update to 3.5.1.,
guix-commits <=