all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Skylar Chan <schan12@umd.edu>
To: 69564@debbugs.gnu.org
Cc: Skylar Chan <schan12@umd.edu>
Subject: [bug#69564] [PATCH] gnu: cmark: Update to 0.31.0.
Date: Tue,  5 Mar 2024 11:25:26 -0500	[thread overview]
Message-ID: <c346d69217246333059ba8dc89ac3edb646544bd.1709655925.git.schan12@umd.edu> (raw)

* gnu/packages/markup.scm (cmark): Update to 0.31.0.

Change-Id: Ie9890dec34400e2c4b11f20e2dc67aa5dc111574
---
 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 @@ (define-public python-markdownify
 (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 @@ (define-public cmark
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07d30s5v893nb1m7qbam5c3x9b3d84m80kzlj7fmkwhgjrlz7d7z"))))
+                "0llj68l9rxdhral0zyv0bz6yzqsxgq8d3730082sl3kx78lsq5qq"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))

base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
-- 
2.39.2





             reply	other threads:[~2024-03-05 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 16:25 Skylar Chan [this message]
2024-03-09  3:42 ` bug#69564: [PATCH] gnu: cmark: Update to 0.31.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c346d69217246333059ba8dc89ac3edb646544bd.1709655925.git.schan12@umd.edu \
    --to=schan12@umd.edu \
    --cc=69564@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.