[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: python-pandocfilters: Update to 1.4.3.
From: |
guix-commits |
Subject: |
03/11: gnu: python-pandocfilters: Update to 1.4.3. |
Date: |
Sun, 22 Nov 2020 23:47:40 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 66ddd9664a2e289e1674c7d7b7aa6f715068c0e1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 22 23:19:49 2020 +0100
gnu: python-pandocfilters: Update to 1.4.3.
* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.4.3.
---
gnu/packages/textutils.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 11613cb..34da04d 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")
- branch master updated (0ada181 -> f942c09), guix-commits, 2020/11/22
- 01/11: gnu: duplicity: Update to 0.8.17., guix-commits, 2020/11/22
- 02/11: gnu: facter: Update to 4.0.46., guix-commits, 2020/11/22
- 06/11: gnu: ipset: Update to 7.9., guix-commits, 2020/11/22
- 05/11: gnu: ipset: Use HTTPS home page., guix-commits, 2020/11/22
- 03/11: gnu: python-pandocfilters: Update to 1.4.3.,
guix-commits <=
- 04/11: gnu: webkitgtk: Update to 2.30.3., guix-commits, 2020/11/22
- 09/11: gnu: lsof: Respect #:tests?., guix-commits, 2020/11/22
- 07/11: gnu: hdparm: Update to 9.60., guix-commits, 2020/11/22
- 10/11: gnu: lsof: Make test failures fatal., guix-commits, 2020/11/22
- 08/11: gnu: lsof: Update to 4.94.0., guix-commits, 2020/11/22
- 11/11: gnu: lsof: Cross-compile., guix-commits, 2020/11/22