Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Denis 'GNUtoo' Carikli
guix
Commits
5bb943fa
Unverified
Commit
5bb943fa
authored
Dec 19, 2020
by
Nicolas Goaziou
Browse files
gnu: rust-futures-core-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.8.
parent
8e09487b
Changes
1
Show whitespace changes
Inline
Side-by-side
gnu/packages/crates-io.scm
View file @
5bb943fa
...
@@ -9893,7 +9893,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
...
@@ -9893,7 +9893,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-core-0.3
(define-public rust-futures-core-0.3
(package
(package
(name "rust-futures-core")
(name "rust-futures-core")
(version "0.3.
1
")
(version "0.3.
8
")
(source
(source
(origin
(origin
(method url-fetch)
(method url-fetch)
...
@@ -9902,7 +9902,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
...
@@ -9902,7 +9902,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
"0
rh8q6pg08dizk5hwksvjgvkw26s3sr3b199nggv3ypyg914qmkr
"))))
"0
j0pixxv8dmqas1h5cgy92z4r9lpmnlis8ls22v17yrgnwqy2z44
"))))
(build-system cargo-build-system)
(build-system cargo-build-system)
(arguments '(#:tests? #f))
(arguments '(#:tests? #f))
(home-page "https://rust-lang-nursery.github.io/futures-rs")
(home-page "https://rust-lang-nursery.github.io/futures-rs")
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment