[PATCH] gnu: cmark: Update to 0.30.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendursaga
  • Christopher Baines
Owner
unassigned
Submitted by
Hendursaga
Severity
normal

Debbugs page

Hendursaga wrote 1 years ago
(address . guix-patches@gnu.org)
bd9a5f1d0fc7ee7496525a2da06407d4460798b1.1695396044.git.hendursaga@aol.com
* 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(-)

Toggle diff (52 lines)
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
Christopher Baines wrote 1 years ago
(name . Hendursaga)(address . hendursaga@aol.com)
8734yzden2.fsf@cbaines.net
Hendursaga via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (7 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmUUFaFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeQsw/+Igjv1Cz3uynKU76S57oQcMFaW1EkQBKZ
H7WtalGiV/uVDDPpK4OAexDP/YPsTtm3AcgsV62kRGKL5T4FAmZzAPYFZa+ISvWK
zzp1l/xxVr1gpAhU6J8q5PLtXZai4enqYdo5Vk7bNVYeQqXsHkzlkcTZMpNwaCmv
y7eNsmFwWbe5CsXB81Niz1yjjdc5zWThypwT9nA8Gkjk5PbJzR+QbzMHJ6lt6FRG
+3Dhis97QaB66gT1dalNUsDDx5dMsFVkJzwAY6oB6Xa2BkpA6vyl84E3CXv0VdSR
pPd8A0LZwHs/HDuj4G9na9rtA00nfdO9KrZvmfWT8hVzRd2O/sLqkIP9X4oX1jAi
XpMWkLOYiDnr6xJl2TcMJIKuDEdHhWWiS34G4PwBno+jpXN0mKLWNsphHYgEByVS
4fwWUzolP6KvJrl7JZtyk1TZDik8q5OLge4IvlI2Amh3mMGVUzTEUV9JawWcj9fa
9KSZdCrHHzcZOE3u8lI4xRKdx2F1P6W/Io0qbYt1JgOhmIokk1aZggp99sbfBZAs
BHUHMVIsGhD8mfJryd2j095y/ANEiak35WTGvLwuT4AnyBbO6AnruaWydjP7ovH/
NJtkPE612y4PF71h9ujNXzCZ2WNEOYvZ/4qX417ZYAs/dT5T8hBT896Qo1USlH6a
msQ5J7X2XRc=
=x0yW
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66157@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66157
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help