mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lzop: Update to 1.04.
* gnu/packages/compression.scm (lzop): Update to 1.04.
This commit is contained in:
parent
5e2495d09e
commit
89d159fef8
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue