diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 02:54:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 04:06:59 +0100 |
commit | 91b61f0291c67bab70335288315944d4040c2a20 (patch) | |
tree | 7c4a63f57411acf4c669860750e9480fa8d6aa35 /gnu | |
parent | ad1acb81117456fe74915fcbbccdb83a3086fb17 (diff) | |
download | patches-91b61f0291c67bab70335288315944d4040c2a20.tar patches-91b61f0291c67bab70335288315944d4040c2a20.tar.gz |
gnu: python-latexcodec: Update to 1.0.6.
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 10ce94a237..238a5e9176 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14044,14 +14044,13 @@ working with iterables.") (define-public python-latexcodec (package (name "python-latexcodec") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (pypi-uri "latexcodec" version)) (sha256 - (base32 - "0zdd1gf24i83ykadx0y30n3001j43scqr2saql3vckk5c39dj1wn")))) + (base32 "0s4wdbg0w2l8pj3i0y4510i0s04p8nhxcsa2z41bjsv0k66npb81")))) (build-system python-build-system) (inputs `(("python-six" ,python-six))) |