emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69564: closed ([PATCH] gnu: cmark: Update to 0.31.0.)


From: GNU bug Tracking System
Subject: bug#69564: closed ([PATCH] gnu: cmark: Update to 0.31.0.)
Date: Sat, 09 Mar 2024 03:43:03 +0000

Your message dated Sat, 09 Mar 2024 11:42:31 +0800
with message-id <87il1w6pg8.fsf@envs.net>
and subject line Re: [bug#69564] [PATCH] gnu: cmark: Update to 0.31.0.
has caused the debbugs.gnu.org bug report #69564,
regarding [PATCH] gnu: cmark: Update to 0.31.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69564: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69564
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cmark: Update to 0.31.0. Date: Tue, 5 Mar 2024 11:25:26 -0500
* gnu/packages/markup.scm (cmark): Update to 0.31.0.

Change-Id: Ie9890dec34400e2c4b11f20e2dc67aa5dc111574
---
 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 4a9a382104..375367d395 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -333,7 +333,7 @@ (define-public python-markdownify
 (define-public cmark
   (package
     (name "cmark")
-    (version "0.30.3")
+    (version "0.31.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -342,7 +342,7 @@ (define-public cmark
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07d30s5v893nb1m7qbam5c3x9b3d84m80kzlj7fmkwhgjrlz7d7z"))))
+                "0llj68l9rxdhral0zyv0bz6yzqsxgq8d3730082sl3kx78lsq5qq"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))

base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69564] [PATCH] gnu: cmark: Update to 0.31.0. Date: Sat, 09 Mar 2024 11:42:31 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Skylar Chan <schan12@umd.edu> writes:

> * gnu/packages/markup.scm (cmark): Update to 0.31.0.

Applied as commit 3db5702e0b, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]