mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: rust-security-framework-2: Update to 2.9.2.
* gnu/packages/crates-io.scm (rust-security-framework-2): Update to 2.9.2. [cargo-inputs]: Add rust-log-0.4, rust-num-bigint-0.4. [cargo-development-inputs]: Add rust-env-logger-0.10, rust-time-0.3, rust-x509-parser-0.15.
This commit is contained in:
parent
d12aa44d08
commit
7670020aed
1 changed files with 9 additions and 4 deletions
|
@ -57950,14 +57950,14 @@ (define-public rust-secp256k1-sys-0.4
|
||||||
(define-public rust-security-framework-2
|
(define-public rust-security-framework-2
|
||||||
(package
|
(package
|
||||||
(name "rust-security-framework")
|
(name "rust-security-framework")
|
||||||
(version "2.0.0")
|
(version "2.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "security-framework" version))
|
(uri (crate-uri "security-framework" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0scc4vj2mw9k6qpxp26zx8gnqnmw79nwayja91x030457hp9qxf1"))))
|
(base32 "1pplxk15s5yxvi2m1sz5xfmjibp96cscdcl432w9jzbk0frlzdh5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;missing files
|
`(#:tests? #f ;missing files
|
||||||
|
@ -57966,10 +57966,15 @@ (define-public rust-security-framework-2
|
||||||
("rust-core-foundation" ,rust-core-foundation-0.9)
|
("rust-core-foundation" ,rust-core-foundation-0.9)
|
||||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-num-bigint" ,rust-num-bigint-0.4)
|
||||||
("rust-security-framework-sys" ,rust-security-framework-sys-2))
|
("rust-security-framework-sys" ,rust-security-framework-sys-2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-hex" ,rust-hex-0.4)
|
(("rust-env-logger" ,rust-env-logger-0.10)
|
||||||
("rust-tempdir" ,rust-tempdir-0.3))))
|
("rust-hex" ,rust-hex-0.4)
|
||||||
|
("rust-tempdir" ,rust-tempdir-0.3)
|
||||||
|
("rust-time" ,rust-time-0.3)
|
||||||
|
("rust-x509-parser" ,rust-x509-parser-0.15))))
|
||||||
(home-page "https://lib.rs/crates/security_framework")
|
(home-page "https://lib.rs/crates/security_framework")
|
||||||
(synopsis "@code{Security.framework} bindings for macOS and iOS")
|
(synopsis "@code{Security.framework} bindings for macOS and iOS")
|
||||||
(description "This package provides @code{Security.framework} bindings for
|
(description "This package provides @code{Security.framework} bindings for
|
||||||
|
|
Loading…
Reference in a new issue