mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-ndk-sys: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-ndk-sys-0.2): Update to 0.2.2.
This commit is contained in:
parent
596b9235c3
commit
94753408f3
1 changed files with 2 additions and 2 deletions
|
@ -36820,14 +36820,14 @@ (define-public rust-ndk-macro-0.2
|
|||
(define-public rust-ndk-sys-0.2
|
||||
(package
|
||||
(name "rust-ndk-sys")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ndk-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13c68a217ag3k18vlffpcj2qjfinchxxchzlwnsp075v7p5j4jf4"))))
|
||||
(base32 "08915adplysmvx0ha12if1v7zxzx82xgj3nnmiddkm8aq9sdvg71"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/rust-windowing/android-ndk-rs")
|
||||
|
|
Loading…
Reference in a new issue