guix-commits
[Top][All Lists]
Advanced

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

18/28: gnu: libarchive: Update to 3.4.1.


From: guix-commits
Subject: 18/28: gnu: libarchive: Update to 3.4.1.
Date: Wed, 8 Jan 2020 15:58:48 -0500 (EST)

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

commit ef2782d7b4f82e5744e956a64492c883d6455132
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 16:52:34 2020 +0100

    gnu: libarchive: Update to 3.4.1.
    
    * gnu/packages/backup.scm (libarchive): Update to 3.4.1.
    [source](uri): Change to ".xz" tarball.
---
 gnu/packages/backup.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index e663cdc..434b9a9 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -200,18 +200,18 @@ backups (called chunks) to allow easy burning to CD/DVD.")
 (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)



reply via email to

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