gnu: python-lzstring: Update to 1.0.4.

* gnu/packages/compression.scm (python-lzstring): Update to 1.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-15 16:12:32 +02:00
parent 9ecfe08e2e
commit ed8d31bf17
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -799,14 +799,14 @@ the LZ4 frame format.")
(define-public python-lzstring
(package
(name "python-lzstring")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lzstring" version))
(sha256
(base32
"1d3ck454y41mii0gcjabpmp2skb7n0f9zk232gycqdv8z2jxakfm"))))
"18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs"))))
(build-system python-build-system)
(propagated-inputs
`(("python-future" ,python-future)))