me
/
guix
Archived
1
0
Fork 0

gnu: python-latexcodec: Update to 2.0.1.

* gnu/packages/python-xyz.scm (python-latexcodec): Update to 2.0.1.
[inputs]: Move python-six from here...
[propagated-inputs]: ...to here.
master
Ricardo Wurmus 2022-04-06 12:37:10 +02:00
parent e3e3381fdb
commit e1df15794b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -21984,15 +21984,15 @@ working with iterables.")
(define-public python-latexcodec (define-public python-latexcodec
(package (package
(name "python-latexcodec") (name "python-latexcodec")
(version "1.0.7") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "latexcodec" version)) (uri (pypi-uri "latexcodec" version))
(sha256 (sha256
(base32 "0wnp3yqcgx0rpy8dz51vh75lbp2qif67da19zi7m3ca98n887hgb")))) (base32 "16pynfnn8y8xp55yp06i721fccv5dlx9ba6k5bzcwq9j6wf5b8ia"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (propagated-inputs
(list python-six)) (list python-six))
(home-page "https://readthedocs.org/projects/latexcodec/") (home-page "https://readthedocs.org/projects/latexcodec/")
(synopsis "Work with LaTeX code in Python") (synopsis "Work with LaTeX code in Python")