mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-capnp-0.14.
* gnu/packages/crates-io.scm (rust-capnp-0.14): Delete variable. Change-Id: Icf31a34ccec1bcbc735d2a07ebfc8dcc97868098
This commit is contained in:
parent
04401c8f85
commit
ed594ee91f
1 changed files with 0 additions and 18 deletions
|
@ -10627,24 +10627,6 @@ (define-public rust-capnp-0.19
|
|||
encoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-capnp-0.14
|
||||
(package
|
||||
(inherit rust-capnp-0.19)
|
||||
(name "rust-capnp")
|
||||
(version "0.14.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "capnp" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wwp619sib07raykk93n6j7amvsinlchnicxfjnnb7bx5if0ijid"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.9))
|
||||
#:cargo-development-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
||||
|
||||
(define-public rust-capnp-futures-0.19
|
||||
(package
|
||||
(name "rust-capnp-futures")
|
||||
|
|
Loading…
Reference in a new issue