gnu: rust-cocoa-0.24: Update to 0.24.1.
* gnu/packages/crates-apple.scm (rust-cocoa-0.24): Update to 0.24.1. Change-Id: I4e9365ce4a182b3cd9be885080fbf7fc1d619b95master
parent
5924235667
commit
6513f6c7c1
|
@ -210,16 +210,16 @@ extension of blocks.")
|
|||
(package
|
||||
(inherit rust-cocoa-0.25)
|
||||
(name "rust-cocoa")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cocoa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0cp8hsajmi7gini22bmlsf9dac7cap7x1k169vxhwlr3j8p90qvg"))))
|
||||
(base32 "0flg2cwpqxyvsr1v3f54vi3d3qmbr1sn7gf3mr6nhb056xwxn9gl"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:skip-build? #t ; link kind `framework` is only supported on Apple targets
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-block" ,rust-block-0.1)
|
||||
|
|
Reference in New Issue