guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

54/350: gnu: Add rust-pulldown-cmark-escape-0.11.


From: guix-commits
Subject: 54/350: gnu: Add rust-pulldown-cmark-escape-0.11.
Date: Sun, 15 Dec 2024 02:13:35 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit dba3cdbe3bd882b0de6ba24a8ea31e133db029b5
Author: Murilo <murilo@disroot.org>
AuthorDate: Fri Nov 29 11:36:31 2024 -0300

    gnu: Add rust-pulldown-cmark-escape-0.11.
    
    * gnu/packages/crates-io.scm (rust-pulldown-cmark-escape-0.11): New 
variable.
    
    Change-Id: Ida8378eef4327967c49850348c5aba9d3e71d311
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 66439a9927..55aee881f0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61038,6 +61038,24 @@ on rustdoc JSON output from the nightly toolchain.")
     (description "Simple instrumentation profiler for games.")
     (license (list license:expat license:asl2.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-pulldown-cmark-to-cmark-10
   (package
     (name "rust-pulldown-cmark-to-cmark")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]