gnu: lzo: Update to 2.09.
* gnu/packages/compression.scm (lzo): Update to 2.09.
This commit is contained in:
parent
e693db426b
commit
5cfb91c7d4
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ (define-public xz
|
|||
(define-public lzo
|
||||
(package
|
||||
(name "lzo")
|
||||
(version "2.06")
|
||||
(version "2.09")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -259,7 +259,7 @@ (define-public lzo
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue