mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -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
|
(define-public rust-security-framework-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-security-framework-sys")
|
(name "rust-security-framework-sys")
|
||||||
(version "0.3.1")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11671,13 +11671,15 @@ (define-public rust-security-framework-sys-0.3
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mlsakq9kmqyc0fg2hcbgm6rjk55mb0rhjw2wid3hqdzkjcghdln"))))
|
"15gqhhi206lzynd0pcbswxhvqc4p9bmpl2h9qnwfnpb16zy96573"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://lib.rs/crates/security-framework-sys")
|
||||||
(synopsis "Apple `Security.framework` low-level FFI bindings")
|
(synopsis "Apple `Security.framework` low-level FFI bindings")
|
||||||
(description
|
(description
|
||||||
"Apple `Security.framework` low-level FFI bindings.")
|
"Apple @code{Security.framework} low-level FFI bindings.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue