1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: Remove rust-pulldown-cmark-to-cmark-7.

* gnu/packages/crates-io.scm (rust-pulldown-cmark-to-cmark-7): Delete variable.

Change-Id: I5766383a2a3b0f2324de05480edad617dfb1d8e5
This commit is contained in:
Efraim Flashner 2024-12-31 15:46:15 +02:00
parent a33c078117
commit acf21a5d15
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59748,28 +59748,6 @@ in codeblocks, while assuring quality with a powerful test suite.")
(("rust-indoc" ,rust-indoc-1)
("rust-pretty-assertions" ,rust-pretty-assertions-0.7))))))
(define-public rust-pulldown-cmark-to-cmark-7
(package
(inherit rust-pulldown-cmark-to-cmark-10)
(name "rust-pulldown-cmark-to-cmark")
(version "7.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "pulldown-cmark-to-cmark" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"03f6bnqjzchmzs4qaf63pirgj95b0x3l2rlp1wj1z27mp734phcb"))))
(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.7))))))
(define-public rust-pulse-0.5
(package
(name "rust-pulse")