mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: rust-objc-sys-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-objc-sys-0.3): Update to 0.3.2. Change-Id: I3f8ccd6a4c3423edbc37a2deee5666589ef0fc2f
This commit is contained in:
parent
7ebbfa9740
commit
30b1b7d5c5
1 changed files with 2 additions and 2 deletions
|
@ -45669,14 +45669,14 @@ (define-public rust-objc-id-0.1
|
||||||
(define-public rust-objc-sys-0.3
|
(define-public rust-objc-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-objc-sys")
|
(name "rust-objc-sys")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "objc-sys" version))
|
(uri (crate-uri "objc-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18qqjf2qwlhzzzlf8d5zisn0m92607kyp17kqk31v07njc5gyc6s"))))
|
"0nbl4p4dmajhm0ji1z09jrlrxhqs4jfkvj1zjschh38qwhj17iy7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ; Needs gcc-objc
|
`(#:skip-build? #t ; Needs gcc-objc
|
||||||
|
|
Loading…
Reference in a new issue