gnu: lzo: Update to 2.09.

* gnu/packages/compression.scm (lzo): Update to 2.09.
This commit is contained in:
宋文武 2015-09-12 14:18:09 +08:00
parent 866ee34f7e
commit c0ec516dc8
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ than gzip and 15 % smaller output than bzip2.")
(define-public lzo (define-public lzo
(package (package
(name "lzo") (name "lzo")
(version "2.06") (version "2.09")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -259,7 +259,7 @@ than gzip and 15 % smaller output than bzip2.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wryshs446s7cclrbjykyj766znhcpnr7s3cxy33ybfn6vwfcygz")))) "0k5kpj3jnsjfxqqkblpfpx0mqcy86zs5fhjhgh2kq1hksg7ag57j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-shared"))) (arguments '(#:configure-flags '("--enable-shared")))
(home-page "http://www.oberhumer.com/opensource/lzo") (home-page "http://www.oberhumer.com/opensource/lzo")