guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/22: gnu: libarchive: Update to 3.4.2.


From: guix-commits
Subject: 19/22: gnu: libarchive: Update to 3.4.2.
Date: Sat, 15 Feb 2020 16:09:05 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7e3533a44654f416a6881f05421bfc89f3c4ada4
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Feb 15 15:56:02 2020 +0100

    gnu: libarchive: Update to 3.4.2.
    
    * gnu/packages/backup.scm (libarchive): Update to 3.4.2.
---
 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 c00244c..5cdf3b9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]