gnu: python-lzstring: Update to 1.0.4.
* gnu/packages/compression.scm (python-lzstring): Update to 1.0.4.master
parent
9ecfe08e2e
commit
ed8d31bf17
|
@ -799,14 +799,14 @@ the LZ4 frame format.")
|
||||||
(define-public python-lzstring
|
(define-public python-lzstring
|
||||||
(package
|
(package
|
||||||
(name "python-lzstring")
|
(name "python-lzstring")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lzstring" version))
|
(uri (pypi-uri "lzstring" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d3ck454y41mii0gcjabpmp2skb7n0f9zk232gycqdv8z2jxakfm"))))
|
"18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-future" ,python-future)))
|
`(("python-future" ,python-future)))
|
||||||
|
|
Reference in New Issue