mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-cargo-lock-10: Order alphabetically.
* gnu/packages/crates-io.scm (rust-cargo-lock-10): Order. Change-Id: I8ed80fd06423620cb1161e83ea82796e83b07b16 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2e13113e8d
commit
e00a57cbac
1 changed files with 26 additions and 26 deletions
|
@ -12215,6 +12215,32 @@ (define-public rust-cargo-husky-1
|
|||
automatically on cargo test.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-cargo-lock-10
|
||||
(package
|
||||
(name "rust-cargo-lock")
|
||||
(version "10.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-lock" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ldm8nd05cwyc2y0wwbdwx51g5phylkffaycpc2xa8kh01npfsb4"))))
|
||||
(build-system cargo-build-system)
|
||||
(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.8)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://rustsec.org")
|
||||
(synopsis "@file{Cargo.lock} parser with optional dependency graph analysis")
|
||||
(description
|
||||
"This package provides self-contained @file{Cargo.lock} parser with
|
||||
optional dependency graph analysis.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-cargo-manifest-0.13
|
||||
(package
|
||||
(name "rust-cargo-manifest")
|
||||
|
@ -12381,32 +12407,6 @@ (define-public rust-cargo-metadata-0.13
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-cargo-lock-10
|
||||
(package
|
||||
(name "rust-cargo-lock")
|
||||
(version "10.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-lock" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ldm8nd05cwyc2y0wwbdwx51g5phylkffaycpc2xa8kh01npfsb4"))))
|
||||
(build-system cargo-build-system)
|
||||
(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.8)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://rustsec.org")
|
||||
(synopsis "@file{Cargo.lock} parser with optional dependency graph analysis")
|
||||
(description
|
||||
"This package provides self-contained @file{Cargo.lock} parser with
|
||||
optional dependency graph analysis.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-cargo-lock-9
|
||||
(package
|
||||
(inherit rust-cargo-lock-10)
|
||||
|
|
Loading…
Reference in a new issue