3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-lzo: Update to 1.12.

* gnu/packages/compression.scm (python-lzo): Update to 1.12.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 16:51:05 +02:00
parent d514f6015e
commit 583fa791e9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -430,14 +430,14 @@ format are designed to be portable across platforms.")
(define-public python-lzo
(package
(name "python-lzo")
(version "1.11")
(version "1.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-lzo" version))
(sha256
(base32
"11p3ifg14p086byhhin6azx5svlkg8dzw2b5abixik97xd6fm81q"))))
"0iakqgd51n1cd7r3lpdylm2rgbmd16y74cra9kcapwg84mlf9a4p"))))
(build-system python-build-system)
(arguments
`(#:test-target "check"