gnu: rust-target-lexicon-0.12: Update to 0.12.9.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.12): Update to 0.12.9. [arguments]: Don't skip build. [cargo-inputs]: Add rust-serde-1. [cargo-development-inputs]: Add rust-serde-json-1. [home-page]: Update to new home-page.
parent
6bf90825d1
commit
15d0ae202d
|
@ -64488,17 +64488,19 @@ memory all at once.")
|
||||||
(define-public rust-target-lexicon-0.12
|
(define-public rust-target-lexicon-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-target-lexicon")
|
(name "rust-target-lexicon")
|
||||||
(version "0.12.4")
|
(version "0.12.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "target-lexicon" version))
|
(uri (crate-uri "target-lexicon" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hfk4v8gbhczr6jwsy1ja6yg4npkvznym6b7r4fbgjc0fw428960"))))
|
(base32 "180iwqwvdk586b1b27anfddq5zbfckisgi3yjhdzaqbsfp5pg3nz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
(arguments
|
||||||
(home-page "https://github.com/CraneStation/target-lexicon")
|
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/bytecodealliance/target-lexicon")
|
||||||
(synopsis "Targeting utilities for compilers and related tools")
|
(synopsis "Targeting utilities for compilers and related tools")
|
||||||
(description
|
(description
|
||||||
"This package provides targeting utilities for compilers and related
|
"This package provides targeting utilities for compilers and related
|
||||||
|
|
Reference in New Issue