diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-15 16:12:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-15 20:10:20 +0200 |
commit | ed8d31bf17ef748cfdcbdae5179a8d32e0ca1db0 (patch) | |
tree | ae7543245224c635edf56cbda3fe3e9ba2142309 | |
parent | 9ecfe08e2efc4722f1298bd9c6c304252788e869 (diff) |
gnu: python-lzstring: Update to 1.0.4.
* gnu/packages/compression.scm (python-lzstring): Update to 1.0.4.
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 8acdcd97ef..8104b9d55c 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -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))) |