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:
Efraim Flashner 2020-02-17 22:50:43 +02:00
parent aeeb7017a5
commit c2c7256cfa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))