mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add rust-roadmap-0.7.
* gnu/packages/crates-io.scm (rust-roadmap-0.7): New variable. (rust-roadmap-0.6): Delete variable. Change-Id: I8646fae3239af63cf69f6942b8bb894cd84644f1
This commit is contained in:
parent
9e89332e4a
commit
c29ba0849d
1 changed files with 4 additions and 4 deletions
|
@ -63689,17 +63689,17 @@ MessagePack format.")
|
|||
(description "This create provides a value variant for @code{rust-rmp}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-roadmap-0.6
|
||||
(define-public rust-roadmap-0.7
|
||||
(package
|
||||
(name "rust-roadmap")
|
||||
(version "0.6.1")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "roadmap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qm35hdx3cjzvhn18p2gj93nrjb1d5ln86614ikcbx7hhmhfqkx8"))))
|
||||
(base32 "0xwzxsh3qk5mg7yfsjxjm6x68adp5c8szv7dznzf9irla5f7fjgc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
|
@ -63708,7 +63708,7 @@ MessagePack format.")
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-textwrap" ,rust-textwrap-0.16)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://gitlab.com/larswirzenius/roadmap")
|
||||
(synopsis "Model a project roadmap as a directed acyclic graph")
|
||||
(description "Model a project roadmap as a directed acyclic graph.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue