guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libarchive: Update to 3.3.1.


From: Leo Famulari
Subject: 01/01: gnu: libarchive: Update to 3.3.1.
Date: Sat, 8 Apr 2017 13:39:09 -0400 (EDT)

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

commit 27695e22df089e560995a5bcd503fac8011ead05
Author: Leo Famulari <address@hidden>
Date:   Sat Apr 8 13:38:12 2017 -0400

    gnu: libarchive: Update to 3.3.1.
    
    * gnu/packages/backup.scm (libarchive): Update to 3.3.1.
---
 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 74245e5..c6487b9 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -186,7 +186,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
 (define-public libarchive
   (package
     (name "libarchive")
-    (version "3.2.2")
+    (version "3.3.1")
     (source
      (origin
        (method url-fetch)
@@ -194,7 +194,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "03q6y428rg723c9fj1vidzjw46w1vf8z0h95lkvz1l9jw571j739"))))
+         "1rr40hxlm9vy5z2zb5w7pyfkgd1a4s061qapm83s19accb8mpji9"))))
     (build-system gnu-build-system)
     ;; TODO: Add -L/path/to/nettle in libarchive.pc.
     (inputs



reply via email to

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