guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-haskell updated: gnu: python-pypandoc: Upgrade to 1.6.4.


From: guix-commits
Subject: branch wip-haskell updated: gnu: python-pypandoc: Upgrade to 1.6.4.
Date: Tue, 05 Oct 2021 08:39:09 -0400

This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch wip-haskell
in repository guix.

The following commit(s) were added to refs/heads/wip-haskell by this push:
     new 16fdd35  gnu: python-pypandoc: Upgrade to 1.6.4.
16fdd35 is described below

commit 16fdd35fd66f0e4478a447214cf68ce541e0cd02
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Oct 5 14:13:57 2021 +0200

    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.
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f650c3..6192382 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25596,14 +25596,14 @@ By default it uses the open Python vulnerability 
database Safety DB.")
 (define-public python-pypandoc
   (package
     (name "python-pypandoc")
-    (version "1.5")
+    (version "1.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pypandoc" version))
        (sha256
         (base32
-         "1zvn9764cf7kkjkmr9gw6wc8adpk06qxr1rhxwa9pg0zmdvrk90l"))))
+         "149basv4pvzg9zm74cjz68x8s2n5fykyj7prgysb0qfmja73r83f"))))
     (build-system python-build-system)
     (inputs
      `(("pandoc" ,pandoc)))
@@ -25612,6 +25612,7 @@ By default it uses the open Python vulnerability 
database Safety DB.")
     (native-inputs
      `(("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-fonts-ec
+                                        texlive-iftex
                                         texlive-latex-hyperref
                                         texlive-latex-oberdiek
                                         texlive-lm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]