mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-crypto-mac-0.4.
* gnu/packages/crates-io.scm (rust-crypto-mac-0.4): New variable.
This commit is contained in:
parent
284c427ca6
commit
6a849f2750
1 changed files with 26 additions and 3 deletions
|
@ -4916,10 +4916,30 @@ Code} (MAC) algorithms.")
|
||||||
("rust-generic-array" ,rust-generic-array-0.12)
|
("rust-generic-array" ,rust-generic-array-0.12)
|
||||||
("rust-subtle" ,rust-subtle-1.0))))))
|
("rust-subtle" ,rust-subtle-1.0))))))
|
||||||
|
|
||||||
(define-public rust-cssparser-0.27
|
(define-public rust-crypto-mac-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-cssparser")
|
(name "rust-crypto-mac")
|
||||||
(version "0.27.2")
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "crypto-mac" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"160ixpghhz5kz16f38kzcyv6lx8wmi4cgbhlhq4nazf678iib43p"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
|
||||||
|
("rust-generic-array" ,rust-generic-array-0.8))))
|
||||||
|
(home-page "https://github.com/RustCrypto/traits")
|
||||||
|
(synopsis "Trait for Message Authentication Code (MAC) algorithms")
|
||||||
|
(description "This package provides traits for Message Authentication
|
||||||
|
Code (MAC) algorithms.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4932,6 +4952,9 @@ Code} (MAC) algorithms.")
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not all files included in the tarball.
|
`(#:tests? #f ; Not all files included in the tarball.
|
||||||
|
(define-public rust-cssparser-0.27
|
||||||
|
(name "rust-cssparser")
|
||||||
|
(version "0.27.2")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cssparser-macros" ,rust-cssparser-macros-0.6)
|
(("rust-cssparser-macros" ,rust-cssparser-macros-0.6)
|
||||||
("rust-dtoa-short" ,rust-dtoa-short-0.3)
|
("rust-dtoa-short" ,rust-dtoa-short-0.3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue