guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pandocfilters: Update to 1.5.0.


From: guix-commits
Subject: 01/02: gnu: python-pandocfilters: Update to 1.5.0.
Date: Fri, 3 Dec 2021 04:41:46 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit fcf7e6513c1bd8471e91c7da25a6a09971680282
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Nov 9 03:06:46 2021 -0500

    gnu: python-pandocfilters: Update to 1.5.0.
    
    * gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index bbad8ce..7e7293a 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1267,13 +1267,13 @@ such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 
or UTF-32.")
 (define-public python-pandocfilters
   (package
     (name "python-pandocfilters")
-    (version "1.4.3")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandocfilters" version))
        (sha256
-        (base32 "1sq675dg4barb5949xxz4d5gk2ly524hi1p1xgwb3d1l0nsznqxw"))))
+        (base32 "0f3sb8q85dbwliv46cc1yvpy4r00qp4by5x8751kn8vx6c1rarqb"))))
     (build-system python-build-system)
     (home-page "https://github.com/jgm/pandocfilters";)
     (synopsis "Python module for writing Pandoc filters")



reply via email to

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