diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-12 14:18:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-12 15:02:26 +0800 |
commit | c0ec516dc868332136818d4327c258a0c1499b75 (patch) | |
tree | 388db80ea3325447e0b6c0a9e320ab11b47297cc | |
parent | 866ee34f7ef651a138e918fbebabeed5e7bab91b (diff) | |
download | guix-c0ec516dc868332136818d4327c258a0c1499b75.tar guix-c0ec516dc868332136818d4327c258a0c1499b75.tar.gz |
gnu: lzo: Update to 2.09.
* gnu/packages/compression.scm (lzo): Update to 2.09.
-rw-r--r-- | 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 287ae25997..4a3e521f59 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") |