unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66882] [PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13.
@ 2023-11-01 12:00 Spencer Skylar Chan
  2023-11-03 10:35 ` bug#66882: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Spencer Skylar Chan @ 2023-11-01 12:00 UTC (permalink / raw)
  To: 66882

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



[-- Attachment #2: 0001-gnu-cmark-gfm-Update-to-0.29.0.gfm.13.patch --]
[-- Type: text/x-patch, Size: 2302 bytes --]

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(-)

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


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

* bug#66882: [PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13.
  2023-11-01 12:00 [bug#66882] [PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13 Spencer Skylar Chan
@ 2023-11-03 10:35 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:35 UTC (permalink / raw)
  To: Spencer Skylar Chan; +Cc: 66882-done, guix-patches

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


Spencer Skylar Chan <schan12@umd.edu> writes:

> [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

[-- 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-11-03 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 12:00 [bug#66882] [PATCH] gnu: cmark-gfm: Update to 0.29.0.gfm.13 Spencer Skylar Chan
2023-11-03 10:35 ` bug#66882: " 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).