Revert "gnu: lzo: Update to 2.09."

This reverts commit 5cfb91c7d4.
master
宋文武 2015-09-12 15:01:49 +08:00
parent 5cfb91c7d4
commit ea50a7cf73
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
(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")