mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-pulldown-cmark-0.1.
* gnu/packages/crates-io.scm (rust-pulldown-cmark-0.1): New variable.
This commit is contained in:
parent
b1712ac9f5
commit
2e0a4f1bce
1 changed files with 20 additions and 0 deletions
|
@ -17517,6 +17517,26 @@ stack pointer and inspect the properties of the stack.")
|
||||||
"This package provides a pull parser for CommonMark.")
|
"This package provides a pull parser for CommonMark.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-pulldown-cmark-0.0.8
|
||||||
(package/inherit rust-pulldown-cmark-0.4
|
(package/inherit rust-pulldown-cmark-0.4
|
||||||
(name "rust-pulldown-cmark")
|
(name "rust-pulldown-cmark")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue