me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-pulldown-cmark-0.1.

* gnu/packages/crates-io.scm (rust-pulldown-cmark-0.1): New variable.
master
Efraim Flashner 2020-10-05 13:27:21 +03:00
parent b1712ac9f5
commit 2e0a4f1bce
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -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")