mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add rust-md5-asm-0.4.
* gnu/packages/crates-io.scm (rust-md5-asm-0.4): New variable.
This commit is contained in:
parent
1e7acfb8ab
commit
8e0767b985
1 changed files with 24 additions and 0 deletions
|
@ -12498,6 +12498,30 @@ (define-public rust-md5-0.3
|
|||
(base32
|
||||
"0j2s8aqdkhwhy7awga2bmv5n8qq8bgy8672iha9f3y871dm6vibr"))))))
|
||||
|
||||
(define-public rust-md5-asm-0.4
|
||||
(package
|
||||
(name "rust-md5-asm")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "md5-asm" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gpk5647js1k084jc7pg2gji0cvl6hjkkbfia6lnpk8y4shyairv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1.0))))
|
||||
(home-page "https://github.com/RustCrypto/asm-hashes")
|
||||
(synopsis "Assembly implementation of MD5 compression function")
|
||||
(description "This package contains an assembly implementation of MD5
|
||||
compression function.")
|
||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-memchr-2.3
|
||||
(package
|
||||
(name "rust-memchr")
|
||||
|
|
Loading…
Reference in a new issue