mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add rust-capnp-0.14.
* gnu/packages/crates-io.scm (rust-capnp-0.14): New variable. (rust-capnp-0.13): Inherit from rust-capnp-0.14.
This commit is contained in:
parent
2792d085f4
commit
9b5fb3d64a
1 changed files with 27 additions and 9 deletions
|
@ -9913,17 +9913,17 @@ (define-public rust-canonical-path-2
|
||||||
canonical filesystem paths.")
|
canonical filesystem paths.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-capnp-0.13
|
(define-public rust-capnp-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-capnp")
|
(name "rust-capnp")
|
||||||
(version "0.13.6")
|
(version "0.14.11")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (crate-uri "capnp" version))
|
||||||
(uri (crate-uri "capnp" version))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32 "1bx2pj0ysmyd1ryd5s43m3c7n5k067x1aciqiiyg4kjswlcs6xjf"))))
|
"1wwp619sib07raykk93n6j7amvsinlchnicxfjnnb7bx5if0ijid"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -9936,6 +9936,24 @@ (define-public rust-capnp-0.13
|
||||||
encoding.")
|
encoding.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-capnp-0.13
|
||||||
|
(package
|
||||||
|
(inherit rust-capnp-0.14)
|
||||||
|
(name "rust-capnp")
|
||||||
|
(version "0.13.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "capnp" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xkfv6mm38y4d6ykxmvs1pdfywnn3n5bklsqcsz9xh72i9ffd3s5"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-quickcheck" ,rust-quickcheck-0.9))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
||||||
|
|
||||||
(define-public rust-capnp-futures-0.14
|
(define-public rust-capnp-futures-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-capnp-futures")
|
(name "rust-capnp-futures")
|
||||||
|
|
Loading…
Reference in a new issue