gnu: Add rust-block-padding-0.1.
* gnu/packages/crates-io.scm (rust-block-padding-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f04b12d8cc
commit
cc03fe2acc
1 changed files with 24 additions and 0 deletions
|
@ -498,6 +498,30 @@ behave like a set of bitflags.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-block-padding-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-block-padding")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "block-padding" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"02fz9wx5dmgpc79ndrb9xfxqlrkk7lg5wki2blz2zqg27spw6kbd"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-byte-tools" ,rust-byte-tools-0.3))))
|
||||||
|
(home-page "https://github.com/RustCrypto/utils")
|
||||||
|
(synopsis "Padding and unpadding of messages divided into blocks")
|
||||||
|
(description
|
||||||
|
"Padding and unpadding of messages divided into blocks.")
|
||||||
|
(license (list license:asl1.1 license:expat))))
|
||||||
|
|
||||||
(define-public rust-bumpalo-2.5
|
(define-public rust-bumpalo-2.5
|
||||||
(package
|
(package
|
||||||
(name "rust-bumpalo")
|
(name "rust-bumpalo")
|
||||||
|
|
Reference in a new issue