mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-lzstring: Update to 1.0.4.
* gnu/packages/compression.scm (python-lzstring): Update to 1.0.4.
This commit is contained in:
parent
9ecfe08e2e
commit
ed8d31bf17
1 changed files with 2 additions and 2 deletions
|
@ -799,14 +799,14 @@ (define-public python2-lz4
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in a new issue