GNU bug report logs - #71076
[PATCH 00/81] Add matrix-conduit and ruma-0.10.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Mon, 20 May 2024 08:57:02 UTC

Severity: normal

Tags: patch

Full log


Message #131 received at 71076 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 71076 <at> debbugs.gnu.org
Subject: [PATCH 66/81] gnu: Add rust-pulldown-cmark-escape-0.10.
Date: Mon, 20 May 2024 10:59:11 +0200
* gnu/packages/crates-io.scm (rust-pulldown-cmark-escape-0.10): Add
variable.

Change-Id: Ie7ce9635bcba319c84692cddf50ba9131f50db0f
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bc5686611e..c54b479e80 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60415,6 +60415,25 @@ (define-public rust-pulldown-cmark-0.1
        (("rust-bitflags" ,rust-bitflags-0.9)
         ("rust-getopts" ,rust-getopts-0.2))))))
 
+(define-public rust-pulldown-cmark-escape-0.10
+  (package
+    (name "rust-pulldown-cmark-escape")
+    (version "0.10.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "pulldown-cmark-escape" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1lqx7c2f0bx0qq9kkyn18gsa2dl2sk8x5jp8gvdax75w73sqyd5x"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/raphlinus/pulldown-cmark")
+    (synopsis "Escape library for HTML created for pulldown-cmark")
+    (description
+     "This package provides an escape library for HTML created in the
+pulldown-cmark project.")
+    (license license:expat)))
+
 (define-public rust-pulldown-cmark-to-cmark-10
   (package
     (name "rust-pulldown-cmark-to-cmark")
-- 
2.41.0





This bug report was last modified 1 year and 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.