gnu: rust-wayland-server-0.31: Update to 0.31.1.

* gnu/packages/crates-graphics.scm (rust-wayland-server-0.31): Update to
0.31.1.
[cargo-inputs]: Add rust-rustix-0.38.  Remove rust-nix-0.26.

Change-Id: Idf00ae2fef6929a92f0bceadb0a6413e2d3c10bd
This commit is contained in:
Efraim Flashner 2024-03-14 12:26:02 +02:00
parent 4bea201d6b
commit 97ce3c2e7b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4613,21 +4613,21 @@ wayland-client crate for usable bindings.")
(define-public rust-wayland-server-0.31 (define-public rust-wayland-server-0.31
(package (package
(name "rust-wayland-server") (name "rust-wayland-server")
(version "0.31.0") (version "0.31.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "wayland-server" version)) (uri (crate-uri "wayland-server" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1kmiii32hi7h3r9q923q628rrbglkjkg362c32hnr4s5li90qgrz")))) (base32 "1dzxfabykj156abnbx2i8j8gvmgb9yys9mfj9sx29g45qbay9rh0"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2) `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
("rust-downcast-rs" ,rust-downcast-rs-1) ("rust-downcast-rs" ,rust-downcast-rs-1)
("rust-io-lifetimes" ,rust-io-lifetimes-2) ("rust-io-lifetimes" ,rust-io-lifetimes-2)
("rust-log" ,rust-log-0.4) ("rust-log" ,rust-log-0.4)
("rust-nix" ,rust-nix-0.26) ("rust-rustix" ,rust-rustix-0.38)
("rust-wayland-backend" ,rust-wayland-backend-0.3) ("rust-wayland-backend" ,rust-wayland-backend-0.3)
("rust-wayland-scanner" ,rust-wayland-scanner-0.31)))) ("rust-wayland-scanner" ,rust-wayland-scanner-0.31))))
(home-page "https://github.com/smithay/wayland-rs") (home-page "https://github.com/smithay/wayland-rs")