all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51709] [PATCH] gnu: python-pandocfilters: Update to 1.5.0.
@ 2021-11-09  8:06 jgart via Guix-patches via
  2021-12-02 14:50 ` bug#51709: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-11-09  8:06 UTC (permalink / raw)
  To: 51709; +Cc: jgart

* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.0.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file 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 @@ (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")
-- 
2.33.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51709: [PATCH] gnu: python-pandocfilters: Update to 1.5.0.
  2021-11-09  8:06 [bug#51709] [PATCH] gnu: python-pandocfilters: Update to 1.5.0 jgart via Guix-patches via
@ 2021-12-02 14:50 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-02 14:50 UTC (permalink / raw)
  To: jgart; +Cc: 51709-done


> * gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.0.

Pushed, thanks.

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-02 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  8:06 [bug#51709] [PATCH] gnu: python-pandocfilters: Update to 1.5.0 jgart via Guix-patches via
2021-12-02 14:50 ` bug#51709: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.