mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: rust-security-framework-2: Update to 2.11.1.
* gnu/packages/crates-apple.scm (rust-security-framework-2): Update to 2.11.1. [cargo-inputs]: Replace rust-bitflags-1 with 2. [cargo-development-inputs]: Replace rust-x509-parser-0.15 with 0.16. Change-Id: I9c0ad8415d7a5f744cdd9cad6e0a614001e25266
This commit is contained in:
parent
3bda9591a1
commit
794e079437
1 changed files with 5 additions and 5 deletions
|
@ -1673,19 +1673,19 @@ (define-public rust-readkey-0.1
|
||||||
(define-public rust-security-framework-2
|
(define-public rust-security-framework-2
|
||||||
(package
|
(package
|
||||||
(name "rust-security-framework")
|
(name "rust-security-framework")
|
||||||
(version "2.9.2")
|
(version "2.11.1")
|
||||||
(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 "1pplxk15s5yxvi2m1sz5xfmjibp96cscdcl432w9jzbk0frlzdh5"))))
|
(base32 "00ldclwx78dm61v7wkach9lcx76awlrv0fdgjdwch4dmy12j4yw9"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;missing files
|
`(#:tests? #f ; unresolved import `security_framework::secure_transport`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-1)
|
(("rust-bitflags" ,rust-bitflags-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)
|
||||||
|
@ -1697,7 +1697,7 @@ (define-public rust-security-framework-2
|
||||||
("rust-hex" ,rust-hex-0.4)
|
("rust-hex" ,rust-hex-0.4)
|
||||||
("rust-tempdir" ,rust-tempdir-0.3)
|
("rust-tempdir" ,rust-tempdir-0.3)
|
||||||
("rust-time" ,rust-time-0.3)
|
("rust-time" ,rust-time-0.3)
|
||||||
("rust-x509-parser" ,rust-x509-parser-0.15))))
|
("rust-x509-parser" ,rust-x509-parser-0.16))))
|
||||||
(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