summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/textutils.scm21
1 files changed, 10 insertions, 11 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index f2b63c19c61..4dcc19f3b35 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1922,22 +1922,21 @@ Expressions, and being faster to type than grep.")
1922(define-public python-panflute 1922(define-public python-panflute
1923 (package 1923 (package
1924 (name "python-panflute") 1924 (name "python-panflute")
1925 (version "2.3.0") 1925 (version "2.3.1")
1926 (source (origin 1926 (source (origin
1927 (method url-fetch) 1927 (method url-fetch)
1928 (uri (pypi-uri "panflute" version)) 1928 (uri (pypi-uri "panflute" version))
1929 (sha256 1929 (sha256
1930 (base32 1930 (base32
1931 "1jk5b2sp1h4drkjrg2ks77d0ca6j043n2myvacm77nfc93y9vzff")))) 1931 "07wg5md93jcdkpiqljwr3p1xzvm6nf7vbiay0bp84fgg6hmd06sz"))))
1932 (build-system python-build-system) 1932 (build-system pyproject-build-system)
1933 (propagated-inputs (list python-click python-pyyaml)) 1933 (arguments
1934 (native-inputs (list python-configparser 1934 (list #:tests? #f)) ;require pandoc to run tests
1935 python-coverage 1935 (native-inputs
1936 python-flake8 1936 (list python-setuptools))
1937 python-pandocfilters 1937 (propagated-inputs
1938 python-pytest 1938 (list python-click
1939 python-pytest-cov 1939 python-pyyaml))
1940 python-requests))
1941 (home-page "http://scorreia.com/software/panflute/") 1940 (home-page "http://scorreia.com/software/panflute/")
1942 (synopsis "Pythonic Pandoc filters") 1941 (synopsis "Pythonic Pandoc filters")
1943 (description 1942 (description