mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-arrayref-0.3: Update to 0.3.9.
* gnu/packages/crates-io.scm (rust-arrayref-0.3): Update to 0.3.9. [cargo-development-inputs]: Replace rust-quickcheck-0.6 with 1. Change-Id: If9eacfefdc0ea3c110654c0d7cb5c8edab7ccde0
This commit is contained in:
parent
df65610307
commit
8a48cca3de
1 changed files with 5 additions and 9 deletions
|
@ -3171,24 +3171,20 @@ (define-public rust-arraydeque-0.5
|
|||
(define-public rust-arrayref-0.3
|
||||
(package
|
||||
(name "rust-arrayref")
|
||||
(version "0.3.6")
|
||||
(version "0.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "arrayref" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0i6m1l3f73i0lf0cjdf5rh3xpvxydyhfbakq7xx7bkrp5qajgid4"))))
|
||||
(base32 "1jzyp0nvp10dmahaq9a2rnxqdd5wxgbvp8xaibps3zai8c9fi8kn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.6))))
|
||||
`(#:cargo-development-inputs (("rust-quickcheck" ,rust-quickcheck-1))))
|
||||
(home-page "https://github.com/droundy/arrayref")
|
||||
(synopsis "Macros to take array references of slices")
|
||||
(description
|
||||
"Macros to take array references of slices.")
|
||||
(description "Macros to take array references of slices.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public rust-arrayvec-0.7
|
||||
|
|
Loading…
Reference in a new issue