gnu: Remove rust-capnp-0.10.
* gnu/packages/crates-io.scm (rust-capnp-0.10): Delete variable.
This commit is contained in:
parent
693a079485
commit
96da0fb89e
1 changed files with 0 additions and 21 deletions
|
|
@ -9110,27 +9110,6 @@ canonical filesystem paths.")
|
|||
encoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-capnp-0.10
|
||||
(package
|
||||
(inherit rust-capnp-0.13)
|
||||
(name "rust-capnp")
|
||||
(version "0.10.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "capnp" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17hsnmlcrzksjjpwpz51y8g36xzq8042i2cwns0lsg7rixfw2rxq"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-futures" ,rust-futures-0.1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.2))))))
|
||||
|
||||
(define-public rust-capnp-futures-0.13
|
||||
(package
|
||||
(name "rust-capnp-futures")
|
||||
|
|
|
|||
Reference in a new issue