efraim pushed a commit to branch rust-team
in repository guix.
commit 37ec7d8482e3b568b6b77bba2cfc1832fba66ffb
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Nov 14 09:54:06 2024 +0200
gnu: rust-wayland-backend-0.3: Update to 0.3.7.
* gnu/packages/crates-graphics.scm (rust-wayland-backend-0.3): Update to
0.3.7.
[cargo-inputs]: Add rust-raw-window-handle-0.6.
Change-Id: I474da06b9bce572d0fb3697d3e5c2dce45fa5c89
---
gnu/packages/crates-graphics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 7349fdc1c3..8a5997f134 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4356,14 +4356,14 @@ applications.")
(define-public rust-wayland-backend-0.3
(package
(name "rust-wayland-backend")
- (version "0.3.3")
+ (version "0.3.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-backend" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0h4s8nfrl1q8xys1409lfwkb70cdh81c0pvzr1s69mwhrrhzll4x"))))
+ (base32 "1xhnh0mn4cv0wmq3zcm0iic2sbhsz4qdra6kb58x8l51sz73ar85"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `wayland_scanner`
@@ -4371,6 +4371,7 @@ applications.")
("rust-downcast-rs" ,rust-downcast-rs-1)
("rust-log" ,rust-log-0.4)
("rust-raw-window-handle" ,rust-raw-window-handle-0.5)
+ ("rust-raw-window-handle" ,rust-raw-window-handle-0.6)
("rust-rustix" ,rust-rustix-0.38)
("rust-scoped-tls" ,rust-scoped-tls-1)
("rust-smallvec" ,rust-smallvec-1)