mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-ref-cast-1.0: Update to 1.0.2.
* gnu/packages/crates-io.scm (rust-ref-cast-1.0): Update to 1.0.2.
This commit is contained in:
parent
813360e0d6
commit
1e717f19f0
1 changed files with 2 additions and 2 deletions
|
@ -19446,7 +19446,7 @@ (define-public rust-redox-users-0.3
|
||||||
(define-public rust-ref-cast-1.0
|
(define-public rust-ref-cast-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-ref-cast")
|
(name "rust-ref-cast")
|
||||||
(version "1.0.0")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19455,7 +19455,7 @@ (define-public rust-ref-cast-1.0
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vy378bdzb4kcz13kh96c5n5qw1jinhfrya5j4bf9rxz65x1jzq7"))))
|
"08r6qz7228k55nlyl5v7ykdzxrasnawgzmb1jrbfbnkx2s3ifp3l"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue