unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3.
       [not found] <bd9a5f1d0fc7ee7496525a2da06407d4460798b1.1695396044.git.hendursaga.ref@aol.com>
@ 2023-09-22 15:22 ` Hendursaga via Guix-patches via
  2023-09-27 11:44   ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Hendursaga via Guix-patches via @ 2023-09-22 15:22 UTC (permalink / raw)
  To: 66157

* 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





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

* [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3.
  2023-09-22 15:22 ` [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3 Hendursaga via Guix-patches via
@ 2023-09-27 11:44   ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-27 11:44 UTC (permalink / raw)
  To: Hendursaga; +Cc: 66157, 66157-done

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]


Hendursaga via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-09-27 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bd9a5f1d0fc7ee7496525a2da06407d4460798b1.1695396044.git.hendursaga.ref@aol.com>
2023-09-22 15:22 ` [bug#66157] [PATCH] gnu: cmark: Update to 0.30.3 Hendursaga via Guix-patches via
2023-09-27 11:44   ` Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).