me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2020-12-20 00:34:40 +01:00
parent ef2ec3263c
commit 448ab6ef33
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9868,7 +9868,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-channel-preview-0.3
(package
(name "rust-futures-channel-preview")
(version "0.3.0-alpha.17")
(version "0.3.0-alpha.19")
(source
(origin
(method url-fetch)
@ -9877,7 +9877,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1blgpikhw391lzrfqcgg4xsn5xc0dlybni77ka7f0vb08zaixir1"))))
"0fi6bi4lpyxjigy11y5sjg6wlc8nc71vbpmxz31c3aagjvgz9rfm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t