[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: sharutils: Update to 4.15.1.
From: |
Mark H. Weaver |
Subject: |
04/04: gnu: sharutils: Update to 4.15.1. |
Date: |
Wed, 13 May 2015 02:50:57 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 512da657d747ab157f8ca49442e67bd7452ba676
Author: Mark H Weaver <address@hidden>
Date: Tue May 12 22:33:16 2015 -0400
gnu: sharutils: Update to 4.15.1.
* gnu/packages/compression.scm (sharutils): Update to 4.15.1.
---
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 4684fce..b6608c6 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")
+ (version "4.15.1")
(source
(origin
(method url-fetch)
@@ -305,7 +305,7 @@ archiving. Lzip is a clean implementation of the LZMA
algorithm.")
version ".tar.xz"))
(sha256
(base32
- "19gqb6qbqmpgh6xlpgpj0ayw2nshllxg9d01qb5z8bnkhfcla8ka"))))
+ "0znl2yfkzmjl854zd4b4yafg41fqx4pgzy142jsp34053z50synb"))))
(build-system gnu-build-system)
(inputs
`(("which" ,which)))