1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Efraim Flashner 2024-12-31 19:05:08 +02:00
parent 101e24f241
commit 1cc01c3203
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")