mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: Add rust-const-sha1-0.2.
* gnu/packages/crates-io.scm (rust-const-sha1-0.2): New variable.
This commit is contained in:
parent
557d66ba3c
commit
88be977f83
1 changed files with 19 additions and 0 deletions
|
@ -10859,6 +10859,25 @@ (define-public rust-const-random-macro-0.1
|
||||||
@code{rust-const-random}.")
|
@code{rust-const-random}.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-const-sha1-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-const-sha1")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "const-sha1" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "179cgi2m3wj5g80j49pggs95xalc6y1ivvbrv4m82alc3r2vcn7v"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:skip-build? #t))
|
||||||
|
(home-page "https://github.com/rylev/const-sha1")
|
||||||
|
(synopsis "sha1 implementation for use in const contexts")
|
||||||
|
(description
|
||||||
|
"This package provides a sha1 implementation for use in const contexts.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-constant-time-eq-0.1
|
(define-public rust-constant-time-eq-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-constant-time-eq")
|
(name "rust-constant-time-eq")
|
||||||
|
|
Loading…
Reference in a new issue