[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: lzlib: Update to 1.10.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/18: gnu: lzlib: Update to 1.10. |
Date: |
Fri, 16 Feb 2018 05:15:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d1c1d835f6747ef4cc54b0da7e33867ae906077c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 16 04:13:25 2018 +0100
gnu: lzlib: Update to 1.10.
* gnu/packages/compression.scm (lzlib): Update to 1.10.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 07064a3..7478b30 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2012,14 +2012,14 @@ Clzip is intended to be fully compatible with the
regular lzip package.")
(define-public lzlib
(package
(name "lzlib")
- (version "1.9")
+ (version "1.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/"
name "/" name "-" version ".tar.gz"))
(sha256
- (base32 "13mssf3hrcnmd4ijbqnxfk0zgj1q5lvpxxkm1hmrbl1h73czhwi4"))))
+ (base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
(build-system gnu-build-system)
;; The included minilzip binary is only ~16 smaller than the ‘real’ lzip.
;; It's used during the test suite, but don't be tempted to install it.
- branch master updated (5e2495d -> 8c078dd), Tobias Geerinckx-Rice, 2018/02/16
- 04/18: gnu: lziprecover: Update to 1.20., Tobias Geerinckx-Rice, 2018/02/16
- 06/18: gnu: lzlib: Update to 1.10.,
Tobias Geerinckx-Rice <=
- 05/18: gnu: clzip: Update to 1.10., Tobias Geerinckx-Rice, 2018/02/16
- 18/18: gnu: perl-dbd-pg: Update to 3.7.4., Tobias Geerinckx-Rice, 2018/02/16
- 13/18: gnu: gkrellm: Update to 2.3.10., Tobias Geerinckx-Rice, 2018/02/16
- 12/18: gnu: gnustep: Update dockapps home pages., Tobias Geerinckx-Rice, 2018/02/16
- 01/18: gnu: lzop: Update to 1.04., Tobias Geerinckx-Rice, 2018/02/16
- 02/18: gnu: lzop: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/02/16
- 03/18: gnu: pbzip2: Update to 1.1.13., Tobias Geerinckx-Rice, 2018/02/16
- 07/18: gnu: plzip: Update to 1.7., Tobias Geerinckx-Rice, 2018/02/16
- 11/18: gnu: gnustep: Update phase style., Tobias Geerinckx-Rice, 2018/02/16
- 15/18: gnu: erlang: Update phase style., Tobias Geerinckx-Rice, 2018/02/16