mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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 @@ (define-public rust-blas-sys-0.7
|
|||
(license (list license:asl2.0
|
||||
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
|
||||
(package
|
||||
(name "rust-bumpalo")
|
||||
|
|
Loading…
Reference in a new issue