[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: cmark: Update to 0.31.0.
From: |
guix-commits |
Subject: |
02/07: gnu: cmark: Update to 0.31.0. |
Date: |
Fri, 8 Mar 2024 22:37:52 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 3db5702e0b6dd6bf8966a26745efcd62a07df84a
Author: Skylar Chan <schan12@umd.edu>
AuthorDate: Tue Mar 5 11:25:26 2024 -0500
gnu: cmark: Update to 0.31.0.
* gnu/packages/markup.scm (cmark): Update to 0.31.0.
Change-Id: Ie9890dec34400e2c4b11f20e2dc67aa5dc111574
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 @@ convert HTML to Markdown.")
(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 @@ convert HTML to Markdown.")
(file-name (git-file-name name version))
(sha256
(base32
- "07d30s5v893nb1m7qbam5c3x9b3d84m80kzlj7fmkwhgjrlz7d7z"))))
+ "0llj68l9rxdhral0zyv0bz6yzqsxgq8d3730082sl3kx78lsq5qq"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "test"))
- branch master updated (52f9db6503 -> fd3e618cf0), guix-commits, 2024/03/08
- 04/07: gnu: catch2-3: Update to 3.5.3., guix-commits, 2024/03/08
- 07/07: gnu: darktable: Update to 4.6.1., guix-commits, 2024/03/08
- 03/07: gnu: fennel: Update to 1.4.2., guix-commits, 2024/03/08
- 02/07: gnu: cmark: Update to 0.31.0.,
guix-commits <=
- 06/07: gnu: xnedit: Update to 1.5.3., guix-commits, 2024/03/08
- 01/07: gnu: mc: Update to 4.8.31., guix-commits, 2024/03/08
- 05/07: gnu: oil: Update to 0.20.0., guix-commits, 2024/03/08