mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-ref-cast-impl-1: Update to 1.0.18.
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1): Update to 1.0.18. [cargo-development-inputs]: Add rust-ref-cast-1.
This commit is contained in:
parent
ceefd207b3
commit
0fa584fe5c
1 changed files with 4 additions and 3 deletions
|
@ -51560,7 +51560,7 @@ (define-public rust-ref-cast-0.2
|
||||||
(define-public rust-ref-cast-impl-1
|
(define-public rust-ref-cast-impl-1
|
||||||
(package
|
(package
|
||||||
(name "rust-ref-cast-impl")
|
(name "rust-ref-cast-impl")
|
||||||
(version "1.0.2")
|
(version "1.0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -51569,13 +51569,14 @@ (define-public rust-ref-cast-impl-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i1i3an8si070aqg2mvz6yqc6y2pl9zhd6dd2piz17l7mdsv88bx"))))
|
"05kjg9g9akzb0yns255a5zvdkbwk0wa9kp1cf8k6h25nv7d57gv8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-2))
|
||||||
|
#:cargo-development-inputs (("rust-ref-cast" ,rust-ref-cast-1))))
|
||||||
(home-page "https://github.com/dtolnay/ref-cast")
|
(home-page "https://github.com/dtolnay/ref-cast")
|
||||||
(synopsis "Derive implementation for @code{ref_cast::RefCast}")
|
(synopsis "Derive implementation for @code{ref_cast::RefCast}")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue