gnu: Remove rust-pulldown-cmark-to-cmark-6.
* gnu/packages/crates-io.scm (rust-pulldown-cmark-to-cmark-6): Delete variable.
parent
26cec7549f
commit
6549d6af2b
|
@ -45065,30 +45065,6 @@ compliant email address validation.")
|
||||||
they were parsed from")
|
they were parsed from")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-pulldown-cmark-to-cmark-6
|
|
||||||
(package
|
|
||||||
(inherit rust-pulldown-cmark-to-cmark-7)
|
|
||||||
(name "rust-pulldown-cmark-to-cmark")
|
|
||||||
(version "6.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "pulldown-cmark-to-cmark" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"08yyjr60jk8f4v4sqcgmna5n9y31l6lx3z9lak38wd82h63vkwp8"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-pulldown-cmark" ,rust-pulldown-cmark-0.8))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-indoc" ,rust-indoc-1)
|
|
||||||
("rust-pretty-assertions"
|
|
||||||
,rust-pretty-assertions-0.6))))))
|
|
||||||
|
|
||||||
(define-public rust-pulse-0.5
|
(define-public rust-pulse-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-pulse")
|
(name "rust-pulse")
|
||||||
|
|
Reference in New Issue