gnu: python-latexcodec: Update to 1.0.6.

* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.6.
master
Tobias Geerinckx-Rice 2019-03-21 02:54:54 +01:00
parent ad1acb8111
commit 91b61f0291
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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)))