mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Replace rust-capnp-0.10 by rust-capnp-0.13.
* gnu/packages/crates-io.scm (rust-capnp-0.10): Update to 0.13.6 and rename to rust-capnp-0.13. [arguments] Add skip-build.
This commit is contained in:
parent
beb03faee7
commit
f1676daac7
1 changed files with 5 additions and 4 deletions
|
@ -5043,20 +5043,21 @@ (define-public rust-calloop-0.4
|
|||
"This package provides a callback-based event loop")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-capnp-0.10
|
||||
(define-public rust-capnp-0.13
|
||||
(package
|
||||
(name "rust-capnp")
|
||||
(version "0.10.3")
|
||||
(version "0.13.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "capnp" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17hsnmlcrzksjjpwpz51y8g36xzq8042i2cwns0lsg7rixfw2rxq"))))
|
||||
(base32 "1bx2pj0ysmyd1ryd5s43m3c7n5k067x1aciqiiyg4kjswlcs6xjf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-futures" ,rust-futures-0.1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.2))
|
||||
#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue