mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-tokio-reactor-0.1: Update to 0.1.12.
* gnu/packages/crates-io.scm (rust-tokio-reactor-0.1): Update to 0.1.12. [source]: Add snippet to accept newer versions of inputs. [cargo-inputs]: Replace rust-crossbeam-utils-0.6 with 0.7, rust-parking-lot-0.7 with 0.9.
This commit is contained in:
parent
0fc23864e8
commit
7d897b6d7e
1 changed files with 9 additions and 4 deletions
|
@ -66950,7 +66950,7 @@ (define-public rust-tokio-process-0.2
|
|||
(define-public rust-tokio-reactor-0.1
|
||||
(package
|
||||
(name "rust-tokio-reactor")
|
||||
(version "0.1.9")
|
||||
(version "0.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -66959,17 +66959,22 @@ (define-public rust-tokio-reactor-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1khip64cn63xvayq1db68kxcnhgw3cb449a4n2lbw4p1qzx6pwba"))))
|
||||
"0l8klnd41q55f3ialzz0lb7s5bfwa38nh86sa9vai2xsqh75kg09"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
(("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
|
||||
(string-append "\"^" version)))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
|
||||
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
|
||||
("rust-futures" ,rust-futures-0.1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-mio" ,rust-mio-0.6)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.7)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.9)
|
||||
("rust-slab" ,rust-slab-0.4)
|
||||
("rust-tokio-executor" ,rust-tokio-executor-0.1)
|
||||
("rust-tokio-io" ,rust-tokio-io-0.1)
|
||||
|
|
Loading…
Reference in a new issue