mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: rust-futures-core-preview-0.3: Update to 0.3.0-alpha.19.
* gnu/packages/crates-io.scm (rust-futures-core-preview-0.3): Update to 0.3.0-alpha.19.
This commit is contained in:
parent
c8220d7d41
commit
06f2b1e6ea
1 changed files with 2 additions and 2 deletions
|
@ -9914,7 +9914,7 @@ (define-public rust-futures-core-0.3
|
|||
(define-public rust-futures-core-preview-0.3
|
||||
(package
|
||||
(name "rust-futures-core-preview")
|
||||
(version "0.3.0-alpha.17")
|
||||
(version "0.3.0-alpha.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9922,7 +9922,7 @@ (define-public rust-futures-core-preview-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xaq8m609k6cz8xydwhwp8xxyxigabcw1w9ngycfy0bnkg7iq52b"))))
|
||||
"02n66jkjhpy210dv24pz0j30lvyin5kzlrb50p1j7x8yzdin4nxk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:tests? #f))
|
||||
(home-page "https://rust-lang-nursery.github.io/futures-rs/")
|
||||
|
|
Loading…
Reference in a new issue