gnu: python-pypandoc: Upgrade to 1.6.4.
Required for the updated pandoc. * gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.6.4. [native-inputs]: Add texlive-iftex.master
parent
7eb9fe4e53
commit
06587abbd2
|
@ -25686,14 +25686,14 @@ By default it uses the open Python vulnerability database Safety DB.")
|
||||||
(define-public python-pypandoc
|
(define-public python-pypandoc
|
||||||
(package
|
(package
|
||||||
(name "python-pypandoc")
|
(name "python-pypandoc")
|
||||||
(version "1.5")
|
(version "1.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pypandoc" version))
|
(uri (pypi-uri "pypandoc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zvn9764cf7kkjkmr9gw6wc8adpk06qxr1rhxwa9pg0zmdvrk90l"))))
|
"149basv4pvzg9zm74cjz68x8s2n5fykyj7prgysb0qfmja73r83f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("pandoc" ,pandoc)))
|
`(("pandoc" ,pandoc)))
|
||||||
|
@ -25702,6 +25702,7 @@ By default it uses the open Python vulnerability database Safety DB.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
`(("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
|
texlive-iftex
|
||||||
texlive-latex-hyperref
|
texlive-latex-hyperref
|
||||||
texlive-latex-oberdiek
|
texlive-latex-oberdiek
|
||||||
texlive-lm
|
texlive-lm
|
||||||
|
|
Reference in New Issue