guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: sharutils: Update to 4.15.2.


From: Mark H. Weaver
Subject: 01/02: gnu: sharutils: Update to 4.15.2.
Date: Tue, 02 Jun 2015 19:43:42 +0000

mhw pushed a commit to branch master
in repository guix.

commit 9a59ce2455de064821274bcfa2ad660c6ae6da05
Author: Mark H Weaver <address@hidden>
Date:   Tue Jun 2 15:36:41 2015 -0400

    gnu: sharutils: Update to 4.15.2.
    
    * gnu/packages/compression.scm (sharutils): Update to 4.15.2.
---
 gnu/packages/compression.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index b76dd52..78f967c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -297,7 +297,7 @@ archiving.  Lzip is a clean implementation of the LZMA 
algorithm.")
 (define-public sharutils
   (package
     (name "sharutils")
-    (version "4.15.1")
+    (version "4.15.2")
     (source
      (origin
       (method url-fetch)
@@ -305,7 +305,7 @@ archiving.  Lzip is a clean implementation of the LZMA 
algorithm.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "02p7j270wrbwxcb86lcvxrzl29xmr3n5a2m7if46jnprvcvycb5r"))))
+        "16isapn8f39lnffc3dp4dan05b7x6mnc76v6q5nn8ysxvvvwy19b"))))
     (build-system gnu-build-system)
     (inputs
      `(("which" ,which)))



reply via email to

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