gnu: lzop: Update to 1.04.

* gnu/packages/compression.scm (lzop): Update to 1.04.
master
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
1 changed files with 2 additions and 2 deletions

View File

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