me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-subtle-2.

* gnu/packages/crates-io.scm (rust-subtle-2): New variable.
(rust-subtle-1.0): Inherit from rust-subtle-2.
Efraim Flashner 2020-06-28 14:16:19 +03:00
parent 16f9571234
commit 61521e1a7a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 24 additions and 9 deletions

View File

@ -22749,8 +22749,31 @@ and Jaro-Winkler.")
"Parse command line argument by defining a struct, derive crate.") "Parse command line argument by defining a struct, derive crate.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-subtle-2
(package
(name "rust-subtle")
(version "2.2.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "subtle" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1h9jd7v0imksyl5mvnjk2rw54sa3xrril76z0md61mq2gh056bah"))))
(build-system cargo-build-system)
(home-page "https://dalek.rs/")
(synopsis
"Pure-Rust traits and utilities for cryptographic implementations")
(description
"This package provides Pure-Rust traits and utilities for constant-time
cryptographic implementations.")
(license license:bsd-3)))
(define-public rust-subtle-1.0 (define-public rust-subtle-1.0
(package (package
(inherit rust-subtle-2)
(name "rust-subtle") (name "rust-subtle")
(version "1.0.0") (version "1.0.0")
(source (source
@ -22761,15 +22784,7 @@ and Jaro-Winkler.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vm80mxbwfj334izwm8x8l65v1xl9hr0kwrg36r1rq565fkaarrd")))) "1vm80mxbwfj334izwm8x8l65v1xl9hr0kwrg36r1rq565fkaarrd"))))))
(build-system cargo-build-system)
(home-page "https://dalek.rs/")
(synopsis
"Pure-Rust traits and utilities for cryptographic implementations")
(description
"This package provides Pure-Rust traits and utilities for constant-time
cryptographic implementations.")
(license license:bsd-3)))
(define-public rust-sval-0.4 (define-public rust-sval-0.4
(package (package