all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53768] [PATCH] gnu: python-mistletoe: Update to 0.8.1.
@ 2022-02-04  2:07 jgart via Guix-patches via
  2022-02-04 13:52 ` bug#53768: " Vinicius Monego
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-04  2:07 UTC (permalink / raw)
  To: 53768; +Cc: jgart

* gnu/packages/markup.scm (python-mistletoe): Update to 0.8.1.
---
 gnu/packages/markup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index bc8476e056..8574bde6c5 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -439,13 +439,13 @@ (define-public md4c
 (define-public python-mistletoe
   (package
     (name "python-mistletoe")
-    (version "0.7.2")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mistletoe" version))
        (sha256
-        (base32 "18z6hqfnfjqnrcgfgl5pkj9ggf9yx0yyy94azcn1qf7hqn6g3l14"))))
+        (base32 "0h8ydzxlfzmspiz8lcm13qp720kfsxiky0qqnc2mxf4qzm16m326"))))
     (build-system python-build-system)
     (home-page "https://github.com/miyuchina/mistletoe")
     (synopsis "Extensible Markdown parser in pure Python")
-- 
2.35.0





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

* bug#53768: [PATCH] gnu: python-mistletoe: Update to 0.8.1.
  2022-02-04  2:07 [bug#53768] [PATCH] gnu: python-mistletoe: Update to 0.8.1 jgart via Guix-patches via
@ 2022-02-04 13:52 ` Vinicius Monego
  0 siblings, 0 replies; 2+ messages in thread
From: Vinicius Monego @ 2022-02-04 13:52 UTC (permalink / raw)
  To: jgart, 53768-done

Hi,

Em qui, 2022-02-03 às 21:07 -0500, jgart escreveu:
> * gnu/packages/markup.scm (python-mistletoe): Update to 0.8.1.

I added a copyright line for you and pushed, thanks!





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

end of thread, other threads:[~2022-02-04 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04  2:07 [bug#53768] [PATCH] gnu: python-mistletoe: Update to 0.8.1 jgart via Guix-patches via
2022-02-04 13:52 ` bug#53768: " Vinicius Monego

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.