mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: rust-tinyvec-0.3: Update to 0.3.4.
* gnu/packages/crates-io.scm (rust-tinyvec-0.3): Update to 0.3.4. [license]: Update license.
This commit is contained in:
parent
23bea43c71
commit
27175a4be6
1 changed files with 3 additions and 3 deletions
|
@ -27169,7 +27169,7 @@ (define-public rust-tinytemplate-1.0
|
|||
(define-public rust-tinyvec-0.3
|
||||
(package
|
||||
(name "rust-tinyvec")
|
||||
(version "0.3.3")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -27178,7 +27178,7 @@ (define-public rust-tinyvec-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vgg2z317kq75bpd0nfda2v507qjpd7g2cjahjgivn2s78nkv5ak"))))
|
||||
"05vijqpckjsnbv07rwadwcny4pkcq7z1wi9ikl7p3ib7s9qy1313"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
@ -27187,7 +27187,7 @@ (define-public rust-tinyvec-0.3
|
|||
(synopsis "Tiny vec-like types for Rust")
|
||||
(description
|
||||
"A 100% safe crate of vec-like types.")
|
||||
(license license:zlib)))
|
||||
(license (list license:zlib license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-tokio-0.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue