me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-borsh-schema-derive-internal-0.10.

* gnu/packages/crates-io.scm (rust-borsh-schema-derive-internal-0.10): New variable.

Change-Id: Iec98aaa8ebe0a40e8fadfb00e7a4bc17911fb611
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2023-11-11 16:35:12 +01:00 committed by Efraim Flashner
parent 200540f249
commit 09f954a9fc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 24 additions and 0 deletions

View File

@ -9496,6 +9496,30 @@ programs.")
(description "Blowfish block cipher")
(license (list license:expat license:asl2.0))))
(define-public rust-borsh-schema-derive-internal-0.10
(package
(name "rust-borsh-schema-derive-internal")
(version "0.10.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "borsh-schema-derive-internal" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1kaw1xdprb8chqj50c8gxjb5dadx1rac91zg8s81njpp8g60ahk3"))))
(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))
#:cargo-development-inputs
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
(home-page "https://borsh.io")
(synopsis "Schema generator for @code{borsh}")
(description "This crate implements schema generator for @code{borsh}.")
(license license:asl2.0)))
(define-public rust-botan-0.10
(package
(name "rust-botan")