[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: lzo: Update to 2.09.
From: |
??? |
Subject: |
01/01: gnu: lzo: Update to 2.09. |
Date: |
Sat, 12 Sep 2015 06:19:20 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit 5cfb91c7d40e66c9357734bbff0ec297a72c133d
Author: 宋文武 <address@hidden>
Date: Sat Sep 12 14:18:09 2015 +0800
gnu: lzo: Update to 2.09.
* gnu/packages/compression.scm (lzo): Update to 2.09.
---
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 287ae25..4a3e521 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -251,7 +251,7 @@ than gzip and 15 % smaller output than bzip2.")
(define-public lzo
(package
(name "lzo")
- (version "2.06")
+ (version "2.09")
(source
(origin
(method url-fetch)
@@ -259,7 +259,7 @@ than gzip and 15 % smaller output than bzip2.")
version ".tar.gz"))
(sha256
(base32
- "0wryshs446s7cclrbjykyj766znhcpnr7s3cxy33ybfn6vwfcygz"))))
+ "0k5kpj3jnsjfxqqkblpfpx0mqcy86zs5fhjhgh2kq1hksg7ag57j"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-shared")))
(home-page "http://www.oberhumer.com/opensource/lzo")