gnu: lzop: Update to 1.04.

* gnu/packages/compression.scm (lzop): Update to 1.04.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-16 03:34:38 +01:00
parent 5e2495d09e
commit 89d159fef8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -443,7 +443,7 @@ Python strings.")
(define-public lzop (define-public lzop
(package (package
(name "lzop") (name "lzop")
(version "1.03") (version "1.04")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -451,7 +451,7 @@ Python strings.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jdjvc4yjndf7ihmlcsyln2rbnbaxa86q4jskmkmm7ylfy65nhn1")))) "0h9gb8q7y54m9mvy3jvsmxf21yx8fc3ylzh418hgbbv0i8mbcwky"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("lzo" ,lzo))) (inputs `(("lzo" ,lzo)))
(home-page "http://www.lzop.org/") (home-page "http://www.lzop.org/")