mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: rust-target-lexicon-0.12: Update to 0.12.13.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.12): Update to 0.12.13. Change-Id: Ic0de3087ccb97eaf152f09d18a986033cfc5079b
This commit is contained in:
parent
20afea3230
commit
e84ab1c799
1 changed files with 2 additions and 2 deletions
|
@ -72080,14 +72080,14 @@ (define-public rust-target-build-utils-0.3
|
|||
(define-public rust-target-lexicon-0.12
|
||||
(package
|
||||
(name "rust-target-lexicon")
|
||||
(version "0.12.9")
|
||||
(version "0.12.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "target-lexicon" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "180iwqwvdk586b1b27anfddq5zbfckisgi3yjhdzaqbsfp5pg3nz"))))
|
||||
(base32 "1bmgpdq766zn61f16py0x9139fv314d054xkrkj9iw3q5vd8nxb9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||
|
|
Loading…
Reference in a new issue