1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: rust-raw-window-handle-0.6: Update to 0.6.2.

* gnu/packages/crates-graphics.scm (rust-raw-window-handle-0.6): Update
to 0.6.2.
[cargo-development-inputs]: Add rust-static-assertions-1.

Change-Id: I6a361e97fe6c91bcbb7a91377195b6fcdb05acc3
This commit is contained in:
Efraim Flashner 2024-09-19 15:56:48 +03:00
parent 3eb0cc2d30
commit 61a6d8a080
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3258,17 +3258,19 @@ in AVIF format (powers the @code{cavif} tool).")
(define-public rust-raw-window-handle-0.6
(package
(name "rust-raw-window-handle")
(version "0.6.0")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "raw-window-handle" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0i5mxxfcgqmvmzg4f0lcz68g4xfd9jybhrdkxd2v37qv1q587aa2"))))
(base32 "0ff5c648hncwx7hm2a8fqgqlbvbl4xawb6v3xxv9wkpjyrr5arr0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
`(#:cargo-inputs (("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
#:cargo-development-inputs
(("rust-static-assertions" ,rust-static-assertions-1))))
(home-page "https://github.com/rust-windowing/raw-window-handle")
(synopsis "Interoperability library for Rust Windowing applications")
(description