GNU bug report logs - #66157
[PATCH] gnu: cmark: Update to 0.30.3.

Previous Next

Package: guix-patches;

Reported by: Hendursaga <hendursaga <at> aol.com>

Date: Fri, 22 Sep 2023 15:24:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66157: closed ([PATCH] gnu: cmark: Update to 0.30.3.)
Date: Wed, 27 Sep 2023 11:45:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 27 Sep 2023 12:44:04 +0100
with message-id <8734yzden2.fsf <at> cbaines.net>
and subject line Re: [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3.
has caused the debbugs.gnu.org bug report #66157,
regarding [PATCH] gnu: cmark: Update to 0.30.3.
to be marked as done.

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


-- 
66157: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66157
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hendursaga <hendursaga <at> aol.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cmark: Update to 0.30.3.
Date: Fri, 22 Sep 2023 11:22:28 -0400
* gnu/packages/markup.scm (cmark): Update to 0.30.3.
[source]: Update URL.
[description]: Improve description.
---
 gnu/packages/markup.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 6cb54d0d8f..ad2d74f742 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -332,28 +332,28 @@ (define-public python-markdownify
 (define-public cmark
   (package
     (name "cmark")
-    (version "0.30.2")
+    (version "0.30.3")
     (source (origin
-             (method git-fetch)
-             (uri (git-reference
-                    (url "https://github.com/jgm/cmark")
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/commonmark/cmark")
                     (commit version)))
-             (file-name (git-file-name name version))
-             (sha256
-              (base32
-               "1426snw3mq8qmpdxznkhsyy75xd9v9nwlc7sph08qpdz8xnp4hr2"))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "07d30s5v893nb1m7qbam5c3x9b3d84m80kzlj7fmkwhgjrlz7d7z"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))
     (native-inputs (list python))
     (synopsis "CommonMark Markdown reference implementation")
-    (description "CommonMark is a strongly defined, highly compatible
-specification of Markdown.  cmark is the C reference implementation of
-CommonMark.  It provides @code{libcmark} shared library for parsing
-CommonMark to an abstract syntax tree (@dfn{AST}) and rendering the document
-as HTML, groff man, LaTeX, CommonMark, or an XML representation of the
-AST.  The package also provides the command-line program @command{cmark}
-for parsing and rendering CommonMark.")
+    (description
+     "CommonMark is a strongly defined, highly compatible specification of
+Markdown.  @code{cmark} is the C reference implementation of CommonMark.  It
+provides the @code{libcmark} shared library for parsing CommonMark to an
+abstract syntax tree (@dfn{AST}) and rendering the document as HTML, groff man,
+LaTeX, CommonMark, or an XML representation of the AST.  It also provides the
+command-line program @command{cmark} for parsing and rendering CommonMark.")
     (home-page "https://commonmark.org")
     ;; cmark is distributed with a BSD-2 license, but some components are Expat
     ;; licensed. The CommonMark specification is Creative Commons CC-BY-SA 4.0

base-commit: ec130e1a1b7f3b87b1a6e626754f7e7a07f6b717
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Hendursaga <hendursaga <at> aol.com>
Cc: guix-patches <at> gnu.org, 66157-done <at> debbugs.gnu.org
Subject: Re: [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3.
Date: Wed, 27 Sep 2023 12:44:04 +0100
[Message part 4 (text/plain, inline)]
Hendursaga via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/markup.scm (cmark): Update to 0.30.3.
> [source]: Update URL.
> [description]: Improve description.
> ---
>  gnu/packages/markup.scm | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)

This looks good to me, I've pushed this patch to master as
e13a525d25b26bd7c9c8bb916df66eff261ccad5.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.