gnu: rust-security-framework-3: Update to 3.1.0.

* gnu/packages/crates-apple.scm (rust-security-framework-3): Update to 3.1.0.

Change-Id: I9fde87a8b4997fa90664df80cddca3902e54e887
This commit is contained in:
Efraim Flashner 2024-12-24 11:33:43 +02:00
parent 2166b0dfe1
commit 081825f4f8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1699,14 +1699,14 @@ currently pressed on macOS.")
(define-public rust-security-framework-3
(package
(name "rust-security-framework")
(version "3.0.1")
(version "3.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "security-framework" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1j1rpyiwq698dyyq2lnnws8hzknw8r32dy9cx9jc7gljgrh5lhg1"))))
(base32 "1g1wq04rb6gsyfawphv5vhmmicbm5l25gsvr05mvng6cpz4zilw1"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; unresolved import `security_framework::secure_transport`