gnu: rust-cargo-metadata-0.15: Update to 0.15.5.
* gnu/packages/crates-io.scm (rust-cargo-metadata-0.15): Update to 0.15.5. [source]: Remove snippet. [cargo-inputs]: Add rust-thiserror-1. Replace rust-derive-builder-0.11 with 0.12.
This commit is contained in:
parent
2265379ee1
commit
9f0b4d0072
1 changed files with 5 additions and 11 deletions
|
@ -10636,7 +10636,7 @@ the library crate of Cargo.")
|
||||||
(define-public rust-cargo-metadata-0.15
|
(define-public rust-cargo-metadata-0.15
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-metadata")
|
(name "rust-cargo-metadata")
|
||||||
(version "0.15.0")
|
(version "0.15.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10645,24 +10645,18 @@ the library crate of Cargo.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dpcddizs4zhbvbsv3kxx9p0qppidxh05jz7dlf45f5rsm9pbfrs"))
|
"1lsmvfznc6vlizxvjm5rvi8m6iyj0ldjhbh80h6bymdp08vl969g"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; Allow older versions of the serde crates.
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("1.0.136") "1.0.133")
|
|
||||||
(("1.0.79") "1.0.74"))))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not all tests included.
|
`(#:tests? #f ; Not all tests included.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-camino" ,rust-camino-1)
|
(("rust-camino" ,rust-camino-1)
|
||||||
("rust-cargo-platform" ,rust-cargo-platform-0.1)
|
("rust-cargo-platform" ,rust-cargo-platform-0.1)
|
||||||
("rust-derive-builder" ,rust-derive-builder-0.11)
|
("rust-derive-builder" ,rust-derive-builder-0.12)
|
||||||
("rust-semver" ,rust-semver-1)
|
("rust-semver" ,rust-semver-1)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-json" ,rust-serde-json-1))))
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
(home-page "https://github.com/oli-obk/cargo_metadata")
|
(home-page "https://github.com/oli-obk/cargo_metadata")
|
||||||
(synopsis "Structured access to the output of `cargo metadata`")
|
(synopsis "Structured access to the output of `cargo metadata`")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue