mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-ring-0.13.
* gnu/packages/crates-io.scm (rust-ring-0.13): New variable.
This commit is contained in:
parent
7c7289e678
commit
98a653c79f
1 changed files with 20 additions and 0 deletions
|
@ -18811,6 +18811,26 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(description "This package provided safe, fast, small crypto using Rust.")
|
(description "This package provided safe, fast, small crypto using Rust.")
|
||||||
(license (list license:isc license:openssl))))
|
(license (list license:isc license:openssl))))
|
||||||
|
|
||||||
|
(define-public rust-ring-0.13
|
||||||
|
(package/inherit rust-ring-0.16
|
||||||
|
(name "rust-ring")
|
||||||
|
(version "0.13.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ring" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "12j580by6a438i5mw3136cj3lxylywymdr5p8rqlkwrm5s5bck9c"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-untrusted" ,rust-untrusted-0.6)
|
||||||
|
;; build dependencies
|
||||||
|
("rust-cc" ,rust-cc-1.0))))))
|
||||||
|
|
||||||
(define-public rust-ron-0.4
|
(define-public rust-ron-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-ron")
|
(name "rust-ron")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue