mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2166b0dfe1
commit
081825f4f8
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue