mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-arrayvec-0.7: Update to 0.7.2.
* gnu/packages/crates-io.scm (rust-arrayvec-0.7): Update to 0.7.2.
This commit is contained in:
parent
4130104b50
commit
9d48fbb4fd
1 changed files with 2 additions and 2 deletions
|
@ -3428,7 +3428,7 @@ (define-public rust-arrayref-0.3
|
|||
(define-public rust-arrayvec-0.7
|
||||
(package
|
||||
(name "rust-arrayvec")
|
||||
(version "0.7.0")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3437,7 +3437,7 @@ (define-public rust-arrayvec-0.7
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xza6jbs8x51yhh4qnwjw1crm33bhl975r965fpq1hqhpfq5hbss"))))
|
||||
"1mjl8jjqxpl0x7sm9cij61cppi7yi38cdrd1l8zjw7h7qxk2v9cd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue