mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rust-ref-cast-impl-1.0: Update to 1.0.2.
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1.0): Update to 1.0.2.
This commit is contained in:
parent
1e717f19f0
commit
1d8a26efb4
1 changed files with 2 additions and 2 deletions
|
@ -19498,7 +19498,7 @@ (define-public rust-ref-cast-0.2
|
|||
(define-public rust-ref-cast-impl-1.0
|
||||
(package
|
||||
(name "rust-ref-cast-impl")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19507,7 +19507,7 @@ (define-public rust-ref-cast-impl-1.0
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07rc752npmkyc5b8xcqk2ydbl3gxi1n4fzrq0wx9wz5qd4mvavn3"))))
|
||||
"0i1i3an8si070aqg2mvz6yqc6y2pl9zhd6dd2piz17l7mdsv88bx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue