gnu: python-latexcodec: Update to 1.0.7.
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
This commit is contained in:
parent
fe39020011
commit
f3415ba511
1 changed files with 2 additions and 2 deletions
|
@ -15251,13 +15251,13 @@ working with iterables.")
|
||||||
(define-public python-latexcodec
|
(define-public python-latexcodec
|
||||||
(package
|
(package
|
||||||
(name "python-latexcodec")
|
(name "python-latexcodec")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "latexcodec" version))
|
(uri (pypi-uri "latexcodec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s4wdbg0w2l8pj3i0y4510i0s04p8nhxcsa2z41bjsv0k66npb81"))))
|
(base32 "0wnp3yqcgx0rpy8dz51vh75lbp2qif67da19zi7m3ca98n887hgb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)))
|
||||||
|
|
Reference in a new issue