mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Remove rust-roadmap-0.5.
* gnu/packages/crates-io.scm (rust-roadmap-0.5): Delete variable. Change-Id: I87cd6d63b67c82851968464d657dd45e17f8f874
This commit is contained in:
parent
0e4561980c
commit
1b65486175
1 changed files with 0 additions and 20 deletions
|
@ -63714,26 +63714,6 @@ MessagePack format.")
|
||||||
(description "Model a project roadmap as a directed acyclic graph.")
|
(description "Model a project roadmap as a directed acyclic graph.")
|
||||||
(license license:expat-0)))
|
(license license:expat-0)))
|
||||||
|
|
||||||
(define-public rust-roadmap-0.5
|
|
||||||
(package
|
|
||||||
(inherit rust-roadmap-0.6)
|
|
||||||
(name "rust-roadmap")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "roadmap" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0d0j88wn59sfxwh2k4f609w56n6bmcgf54m0jk9rwc3vci5f8ad1"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
|
||||||
("rust-textwrap" ,rust-textwrap-0.15)
|
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
|
||||||
|
|
||||||
(define-public rust-roaring-0.10
|
(define-public rust-roaring-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-roaring")
|
(name "rust-roaring")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue