[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/33: gnu: cmark: Update to 0.30.3.
From: |
guix-commits |
Subject: |
28/33: gnu: cmark: Update to 0.30.3. |
Date: |
Wed, 27 Sep 2023 07:09:24 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e13a525d25b26bd7c9c8bb916df66eff261ccad5
Author: Hendursaga <hendursaga@aol.com>
AuthorDate: Fri Sep 22 11:22:28 2023 -0400
gnu: cmark: Update to 0.30.3.
* gnu/packages/markup.scm (cmark): Update to 0.30.3.
[source]: Update URL.
[description]: Improve description.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 @@ convert HTML to Markdown.")
(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
- 23/33: gnu: python-roman-datamodels: Update to 0.17.1., (continued)
- 23/33: gnu: python-roman-datamodels: Update to 0.17.1., guix-commits, 2023/09/27
- 13/33: gnu: python-cdflib: Update to 1.1.0., guix-commits, 2023/09/27
- 26/33: gnu: python-astropy: Update to 5.3.3., guix-commits, 2023/09/27
- 30/33: gnu: lhasa: Update to 0.4.0., guix-commits, 2023/09/27
- 16/33: gnu: python-bayesicfitting: Update to 3.2.0., guix-commits, 2023/09/27
- 17/33: gnu: python-crds: Update to 11.17.4., guix-commits, 2023/09/27
- 19/33: gnu: python-jwst: Update to 1.11.4., guix-commits, 2023/09/27
- 24/33: gnu: python-roman-datamodels: Remove all test constraints., guix-commits, 2023/09/27
- 31/33: gnu: yt-dlp: Update to 2023.09.24., guix-commits, 2023/09/27
- 27/33: gnu: python-tslearn: Update to 0.6.2., guix-commits, 2023/09/27
- 28/33: gnu: cmark: Update to 0.30.3.,
guix-commits <=
- 29/33: gnu: vcmi: Update to 1.3.2., guix-commits, 2023/09/27