mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Remove rust-cargo-lock-9.
* gnu/packages/crates-io.scm (rust-cargo-lock-9): Delete variable. Change-Id: Id62b2e31dff261d8126e7f3b97519f11a67818e1
This commit is contained in:
parent
101e24f241
commit
1cc01c3203
1 changed files with 0 additions and 20 deletions
|
@ -11289,26 +11289,6 @@ automatically on cargo test.")
|
|||
optional dependency graph analysis.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-cargo-lock-9
|
||||
(package
|
||||
(inherit rust-cargo-lock-10)
|
||||
(name "rust-cargo-lock")
|
||||
(version "9.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-lock" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wmczs13psr8p9mc51w4r4pm900dbpbpipp87knlkd7gg19nf771"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gumdrop" ,rust-gumdrop-0.8)
|
||||
("rust-petgraph" ,rust-petgraph-0.6)
|
||||
("rust-semver" ,rust-semver-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-toml" ,rust-toml-0.7)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-cargo-manifest-0.13
|
||||
(package
|
||||
(name "rust-cargo-manifest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue