gnu: rust-arrayref-0.3: Update to 0.3.6.
* gnu/packages/crates-io.scm (rust-arrayref-0.3): Update to 0.3.6.
This commit is contained in:
parent
8b71a2a614
commit
cc6ff9c537
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ that runs on Argon2.")
|
||||||
(define-public rust-arrayref-0.3
|
(define-public rust-arrayref-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-arrayref")
|
(name "rust-arrayref")
|
||||||
(version "0.3.5")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -862,7 +862,7 @@ that runs on Argon2.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
|
"0i6m1l3f73i0lf0cjdf5rh3xpvxydyhfbakq7xx7bkrp5qajgid4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Reference in a new issue