diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-12 15:01:49 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-12 15:01:49 +0800 |
commit | ea50a7cf73ebf2c94618da219b90d82dda7e2d22 (patch) | |
tree | 93e523335f227bf070fc235f3eb73801fc85ddcb /gnu/packages | |
parent | 5cfb91c7d40e66c9357734bbff0ec297a72c133d (diff) | |
download | guix-ea50a7cf73ebf2c94618da219b90d82dda7e2d22.tar guix-ea50a7cf73ebf2c94618da219b90d82dda7e2d22.tar.gz |
Revert "gnu: lzo: Update to 2.09."
This reverts commit 5cfb91c7d40e66c9357734bbff0ec297a72c133d.
Diffstat (limited to 'gnu/packages')
-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 4a3e521f59..287ae25997 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.09") + (version "2.06") (source (origin (method url-fetch) @@ -259,7 +259,7 @@ than gzip and 15 % smaller output than bzip2.") version ".tar.gz")) (sha256 (base32 - "0k5kpj3jnsjfxqqkblpfpx0mqcy86zs5fhjhgh2kq1hksg7ag57j")))) + "0wryshs446s7cclrbjykyj766znhcpnr7s3cxy33ybfn6vwfcygz")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-shared"))) (home-page "http://www.oberhumer.com/opensource/lzo") |