GNU bug report logs - #74519
[PATCH rust-team 00/30] Add helix

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Mon, 25 Nov 2024 02:45:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Murilo <murilo <at> disroot.org>
To: 74519 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#74519] [PATCH v2 rust-team 08/23] gnu: Add rust-pulldown-cmark-escape-0.11.
Date: Fri, 29 Nov 2024 11:36:31 -0300
* gnu/packages/crates-io.scm (rust-pulldown-cmark-escape-0.11): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 605c8be0d2..4688a83b5a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43032,6 +43032,24 @@ (define-public rust-nucleo-matcher-0.2
      "This package provides plug and play high performance fuzzy matcher.")
     (license license:mpl2.0)))
 
+(define-public rust-pulldown-cmark-escape-0.11
+  (package
+    (name "rust-pulldown-cmark-escape")
+    (version "0.11.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "pulldown-cmark-escape" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1bp13akkz52p43vh2ffpgv604l3xd9b67b4iykizidnsbpdqlz80"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/pulldown-cmark/pulldown-cmark")
+    (synopsis "Escape library for HTML created in the pulldown-cmark project")
+    (description "This package provides An escape library for HTML created in
+the pulldown-cmark project.")
+    (license license:expat)))
+
 (define-public rust-rust-lzma-0.5
   (package
     (name "rust-rust-lzma")
-- 
2.46.0





This bug report was last modified 147 days ago.

Previous Next


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