mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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>
This commit is contained in:
parent
d49e7a592f
commit
fcf7e6513c
1 changed files with 2 additions and 2 deletions
|
@ -1267,13 +1267,13 @@ (define-public nkf
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue