mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: rust-security-framework-sys-0.3: Update to 0.3.
* gnu/packages/crates-io.scm (rust-security-framework-sys-0.3): Update to 0.3.3. [arguments]: Add rust-core-foundation-sys-0.6 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
aeeb7017a5
commit
c2c7256cfa
1 changed files with 6 additions and 4 deletions
|
@ -11663,7 +11663,7 @@ (define-public rust-seahash-3.0
|
|||
(define-public rust-security-framework-sys-0.3
|
||||
(package
|
||||
(name "rust-security-framework-sys")
|
||||
(version "0.3.1")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11671,13 +11671,15 @@ (define-public rust-security-framework-sys-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mlsakq9kmqyc0fg2hcbgm6rjk55mb0rhjw2wid3hqdzkjcghdln"))))
|
||||
"15gqhhi206lzynd0pcbswxhvqc4p9bmpl2h9qnwfnpb16zy96573"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-core-foundation-sys" ,rust-core-foundation-sys-0.6))))
|
||||
(home-page "https://lib.rs/crates/security-framework-sys")
|
||||
(synopsis "Apple `Security.framework` low-level FFI bindings")
|
||||
(description
|
||||
"Apple `Security.framework` low-level FFI bindings.")
|
||||
(properties '((hidden? . #t)))
|
||||
"Apple @code{Security.framework} low-level FFI bindings.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue