efraim pushed a commit to branch rust-team
in repository guix.
commit f7c3fe5ee3ecd414a51c2f2197178f017142ea75
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 18 12:02:09 2025 +0200
gnu: rust-wayland-backend-0.3: Update to 0.3.8.
* gnu/packages/crates-graphics.scm (rust-wayland-backend-0.3): Update to
0.3.8.
Change-Id: I04f4ae53a9af11631bd42b4253b7b5cfb68141c9
---
gnu/packages/crates-graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index c6d61a2ae9..ce3afe1ebd 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4608,14 +4608,14 @@ and height) from SVG graphics.")
(define-public rust-wayland-backend-0.3
(package
(name "rust-wayland-backend")
- (version "0.3.7")
+ (version "0.3.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-backend" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1xhnh0mn4cv0wmq3zcm0iic2sbhsz4qdra6kb58x8l51sz73ar85"))))
+ (base32 "1gs7dw6s3lp9g6g0rhk4bh66wl41jnbkd27c6ynhv1x3xac8j85p"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `wayland_scanner`