gnu: python-lz4: Update to 0.10.1.
* gnu/packages/compression.scm (python-lz4): Update to 0.10.1. [native-inputs]: Add python-setuptools-scm.
This commit is contained in:
parent
54360c917e
commit
e9f6a935fb
|
@ -742,17 +742,18 @@ time for compression ratio.")
|
||||||
(define-public python-lz4
|
(define-public python-lz4
|
||||||
(package
|
(package
|
||||||
(name "python-lz4")
|
(name "python-lz4")
|
||||||
(version "0.8.2")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lz4" version))
|
(uri (pypi-uri "lz4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1irad4sq4hdr30fr53smvv3zzk4rddcf9b4jx19w8s9xsxhr1x3b"))))
|
"0ghv1xbaq693kgww1x9c22bplz479ls9szjsaa4ig778ls834hm0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)
|
||||||
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page "https://github.com/python-lz4/python-lz4")
|
(home-page "https://github.com/python-lz4/python-lz4")
|
||||||
(synopsis "LZ4 Bindings for Python")
|
(synopsis "LZ4 Bindings for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue