[PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13.

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

Debbugs page

Spencer Skylar Chan wrote 1 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
CAOEsZhQNRcse0GVH9bp+pmT5mHxXQ0ngB+DidTMCSoL-gXY88A@mail.gmail.com

From 379bd2aed0d94c6598b0a9779a4a8f79bd8af96f Mon Sep 17 00:00:00 2001
From: Skylar Chan <schan12@umd.edu>
Date: Tue, 31 Oct 2023 20:36:27 -0400
Subject: [PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13.

* gnu/packages/markup.scm (cmark-gfm): Update to 0.29.0.gfm.13.
[arguments]: Use G-expressions.

Change-Id: Id8f856cfa8020bc8028d9bf3041a7c651b8b0102
---
gnu/packages/markup.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index ad2d74f742..6ee7bebf57 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -391,7 +391,7 @@ (define-public cmark-gfm
(package
(inherit cmark)
(name "cmark-gfm")
- (version "0.29.0.gfm.2")
+ (version "0.29.0.gfm.13")
(home-page "https://github.com/github/cmark-gfm")
(source (origin
(method git-fetch)
@@ -399,16 +399,15 @@ (define-public cmark-gfm
(file-name (git-file-name name version))
(sha256
(base32
- "0vz6zs3m22k7jzfj4782lahciwfjlbi4m3qz5crsmssip3rwdy7h"))))
+ "1apy9i76rgs0bmgdlpjszv0fpqhlap2s12m68wvnsv8j3fsqc90y"))))
(arguments
- '(#:test-target "test"
- #:phases (modify-phases %standard-phases
- (add-after 'install 'install-config
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- ;; XXX: cmark-gfm-core-extensions.h includes this file.
- (install-file "src/config.h"
- (string-append out "/include"))))))))
+ (list #:test-target "test"
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'install 'install-config
+ (lambda _
+ ;; XXX: cmark-gfm-core-extensions.h includes this file.
+ (install-file "src/config.h"
+ (string-append #$output "/include")))))))
(synopsis "GitHub flavored CommonMark")
(description
"This package is a fork of @code{cmark}, with GitHub-specific Markdown

base-commit: a0a377fdd6c873aeb6340afeddcd23b4ead7657d
--
2.39.2
Christopher Baines wrote 1 years ago
(name . Spencer Skylar Chan)(address . schan12@umd.edu)
877cmzktti.fsf@cbaines.net
Spencer Skylar Chan <schan12@umd.edu> writes:

Toggle quote (2 lines)
> [2. text/x-patch; 0001-gnu-cmark-gfm-Update-to-0.29.0.gfm.13.patch]...

Thanks for the patch! I've pushed this to master as
6ae8fd7aa7a843ea831b24b74c9d3f7ea3ff49a9.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmVEzQlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xfwyg//fXF/kP3O3YIa066xkO7tN4H1QolYGArN
d2w3iJXlxPHe/WP0WFqxiRTm3xJBzGnxpmJ9N2ilZ1OOywwMvXZ3g8YmO7hTG/fF
K29I3+JrEObT4aI5gEMYbpN+aumFI5LrJOHln9L2U0u4VmeswzfOUD17R/OezOiN
fwx+ONPtGAjFyMPJsnMpBBLpcL1NvZdBeqq7BP3hyYhAl4Wvf7dqAy5lkBJr4UOA
DAtjkI+yIBHeJaDx2XQ/lRQpmeTzBwKGgY/HeULwacpE6/QjReJNkgNh19vZyikc
kz7M3eiM/4mJ/qVuoML63RT6wXHTcUtoKYYO3hD26uKW1B3tFtJD8PLWTPXOHOij
VY/z6wBx+e7j2vY8+pWwthXiOAU/m7ooX8bIhaApxBvA+6KLwKZUlBhxDfKB8o9j
AevJUL9mqSW4q2mY+5krXkyyO8qfRsF9leXWMDsfSwDkvdMcjDX+2B9OVsnw2z1n
bBoI25khL+4ecbrrw3VNM/daGh9EcFXtfeJ4IxmsGjD6ftBnWKIKd8qqxCPr2zNf
6bpesLtwo1MILaHWG1BqrBK0TQQ1nzXL8nM14PN/zO7ItBKpVjES0i/EYrTE+lTz
ax8gzQlgvQWnDT1I0EXA5d8SY9vEBg6qWZtD2BheUxcqCPsOe6y4WuvZ8CklhtxH
dZOLUDIiShc=
=XHv2
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66882
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