diff options
author | jgart <jgart@dismail.de> | 2021-11-09 03:06:46 -0500 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-03 10:41:37 +0100 |
commit | fcf7e6513c1bd8471e91c7da25a6a09971680282 (patch) | |
tree | f84e3a5a391d9ddaae113d3c5ee03f0a58702a14 | |
parent | d49e7a592f2f12cd1f9e07edfeebe0a2771f491e (diff) | |
download | guix-fcf7e6513c1bd8471e91c7da25a6a09971680282.tar.gz guix-fcf7e6513c1bd8471e91c7da25a6a09971680282.zip |
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>
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index bbad8ce867..7e7293ac16 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") |