mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-capnpc-0.10.
* gnu/packages/crates-io.scm (rust-capnpc-0.10): New variable.
This commit is contained in:
parent
eed0e6173a
commit
af402f42b4
1 changed files with 18 additions and 0 deletions
|
@ -6393,6 +6393,24 @@ (define-public rust-capnpc-0.13
|
||||||
(description "Cap'n Proto code generation")
|
(description "Cap'n Proto code generation")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-capnpc-0.10
|
||||||
|
(package
|
||||||
|
(inherit rust-capnpc-0.13)
|
||||||
|
(name "rust-capnpc")
|
||||||
|
(version "0.10.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "capnpc" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1zxbmdkr0xfzkfq9p8zn7pp9jjq275qhr8fh9a0cc0ab37yfvbyj"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-capnp" ,rust-capnp-0.10))))))
|
||||||
|
|
||||||
(define-public rust-caps-0.3
|
(define-public rust-caps-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-caps")
|
(name "rust-caps")
|
||||||
|
|
Loading…
Reference in a new issue