mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-ecdsa-0.14.
* gnu/packages/crates-io.scm (rust-ecdsa-0.14): New variable. Change-Id: I5b778692c43b3690619e1e20d69e5df255516520 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e3bd683f86
commit
6fb3af45f4
1 changed files with 22 additions and 0 deletions
|
@ -22403,6 +22403,28 @@ (define-public rust-ecdsa-0.16
|
|||
support for added entropy.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-ecdsa-0.14
|
||||
(package
|
||||
(inherit rust-ecdsa-0.16)
|
||||
(name "rust-ecdsa")
|
||||
(version "0.14.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ecdsa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0p1wxap2s6jm06y2w3cal8dkz6p9223ir9wws70rgx8h929h2cs1"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-der" ,rust-der-0.6)
|
||||
("rust-elliptic-curve" ,rust-elliptic-curve-0.12)
|
||||
("rust-rfc6979" ,rust-rfc6979-0.3)
|
||||
("rust-serdect" ,rust-serdect-0.1)
|
||||
("rust-signature" ,rust-signature-1))
|
||||
#:cargo-development-inputs (("rust-elliptic-curve" ,rust-elliptic-curve-0.12)
|
||||
("rust-hex-literal" ,rust-hex-literal-0.3)
|
||||
("rust-sha2" ,rust-sha2-0.10))))))
|
||||
|
||||
(define-public rust-ecies-ed25519-0.5
|
||||
(package
|
||||
(name "rust-ecies-ed25519")
|
||||
|
|
Loading…
Reference in a new issue