mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: Add rust-borsh-derive-internal-0.10.
* gnu/packages/crates-io.scm (rust-borsh-derive-internal-0.10): New variable. Change-Id: If2c805e65d366943a6a9242cd245bb538ef546f3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
09f954a9fc
commit
862ec51e9b
1 changed files with 22 additions and 0 deletions
|
@ -9496,6 +9496,28 @@ (define-public rust-blowfish-0.9
|
|||
(description "Blowfish block cipher")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-borsh-derive-internal-0.10
|
||||
(package
|
||||
(name "rust-borsh-derive-internal")
|
||||
(version "0.10.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "borsh-derive-internal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yx27ic6aal83bdi1h6v80wfs9ixvw51qzmdgcn8sn8rd4akid5g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://borsh.io")
|
||||
(synopsis "Borsh derive proc-macro internals")
|
||||
(description "This crate contains derive proc-macro internals for @code{borsh}.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-borsh-schema-derive-internal-0.10
|
||||
(package
|
||||
(name "rust-borsh-schema-derive-internal")
|
||||
|
|
Loading…
Reference in a new issue