me
/
guix
Archived
1
0
Fork 0

gnu: rust-ndk-sys: Update to 0.2.2.

* gnu/packages/crates-io.scm (rust-ndk-sys-0.2): Update to 0.2.2.
master
Marius Bakke 2022-07-27 14:54:34 +02:00
parent 596b9235c3
commit 94753408f3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -36820,14 +36820,14 @@ general elements and for numerics.")
(define-public rust-ndk-sys-0.2 (define-public rust-ndk-sys-0.2
(package (package
(name "rust-ndk-sys") (name "rust-ndk-sys")
(version "0.2.1") (version "0.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "ndk-sys" version)) (uri (crate-uri "ndk-sys" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "13c68a217ag3k18vlffpcj2qjfinchxxchzlwnsp075v7p5j4jf4")))) (base32 "08915adplysmvx0ha12if1v7zxzx82xgj3nnmiddkm8aq9sdvg71"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page "https://github.com/rust-windowing/android-ndk-rs") (home-page "https://github.com/rust-windowing/android-ndk-rs")