gnu: rust-futures-channel-preview-0.3: Update to 0.3.0-alpha.19.
* gnu/packages/crates-io.scm (rust-futures-channel-preview-0.3): Update to 0.3.0-alpha.19.master
parent
ef2ec3263c
commit
448ab6ef33
|
@ -9868,7 +9868,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(define-public rust-futures-channel-preview-0.3
|
(define-public rust-futures-channel-preview-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-channel-preview")
|
(name "rust-futures-channel-preview")
|
||||||
(version "0.3.0-alpha.17")
|
(version "0.3.0-alpha.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9877,7 +9877,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1blgpikhw391lzrfqcgg4xsn5xc0dlybni77ka7f0vb08zaixir1"))))
|
"0fi6bi4lpyxjigy11y5sjg6wlc8nc71vbpmxz31c3aagjvgz9rfm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue