guix-commits
[Top][All Lists]
Advanced

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

25/29: gnu: Add rust-pulldown-cmark-0.1.


From: guix-commits
Subject: 25/29: gnu: Add rust-pulldown-cmark-0.1.
Date: Mon, 5 Oct 2020 06:43:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2e0a4f1bcea33959b3ce201211fc1bb386b5cde5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 5 13:27:21 2020 +0300

    gnu: Add rust-pulldown-cmark-0.1.
    
    * gnu/packages/crates-io.scm (rust-pulldown-cmark-0.1): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9e29c59..dfb6949 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17517,6 +17517,26 @@ stack pointer and inspect the properties of the 
stack.")
      "This package provides a pull parser for CommonMark.")
     (license license:expat)))
 
+(define-public rust-pulldown-cmark-0.1
+  (package
+    (inherit rust-pulldown-cmark-0.2)
+    (name "rust-pulldown-cmark")
+    (version "0.1.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "pulldown-cmark" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "0ckflr6w5vfvgb2xnzbnph9b6c0k8cfncm4a8bjzmbbcv9fgizfn"))))
+    (arguments
+     `(#:tests? #f
+       #:cargo-inputs
+       (("rust-bitflags" ,rust-bitflags-0.9)
+        ("rust-getopts" ,rust-getopts-0.2))))))
+
 (define-public rust-pulldown-cmark-0.0.8
   (package/inherit rust-pulldown-cmark-0.4
     (name "rust-pulldown-cmark")



reply via email to

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