diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-22 23:19:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 05:44:09 +0100 |
commit | 66ddd9664a2e289e1674c7d7b7aa6f715068c0e1 (patch) | |
tree | 2fadc08d515e6af018af36b9e93fbfaa66cde7cc /gnu/packages/textutils.scm | |
parent | 6fc2b686a0d16574a9240cb917823b605ac550f4 (diff) | |
download | guix-66ddd9664a2e289e1674c7d7b7aa6f715068c0e1.tar guix-66ddd9664a2e289e1674c7d7b7aa6f715068c0e1.tar.gz |
gnu: python-pandocfilters: Update to 1.4.3.
* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 11613cb703..34da04d0d8 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1126,14 +1126,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.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (pypi-uri "pandocfilters" version)) (sha256 - (base32 - "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk")))) + (base32 "1sq675dg4barb5949xxz4d5gk2ly524hi1p1xgwb3d1l0nsznqxw")))) (build-system python-build-system) (home-page "https://github.com/jgm/pandocfilters") (synopsis "Python module for writing Pandoc filters") |