mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-futures-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-0.3): Update to 0.3.8.
This commit is contained in:
parent
6a7f675d56
commit
ea436a04c8
1 changed files with 2 additions and 2 deletions
|
@ -9787,7 +9787,7 @@ pseudorandom number generator")
|
||||||
(define-public rust-futures-0.3
|
(define-public rust-futures-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures")
|
(name "rust-futures")
|
||||||
(version "0.3.1")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9796,7 +9796,7 @@ pseudorandom number generator")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11srrbc0hp7pgz142qjfx2z07kfhc98rbfwqyrgm4mxvxib61wdn"))))
|
"1l434mh7p5na5c3c7lih575hszqc515r9idk62fm5rhz1820qfwv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue