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

* gnu/packages/crates-graphics.scm (rust-wayland-server-0.31): Update to
0.31.6.

Change-Id: I74de4f97ddc076ea886db920089bb8ef2718bc5a
This commit is contained in:
Efraim Flashner 2024-11-14 09:57:13 +02:00
parent 581de2fda7
commit cc4062c9ea
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5141,14 +5141,14 @@ wayland-client crate for usable bindings.")
(define-public rust-wayland-server-0.31
(package
(name "rust-wayland-server")
(version "0.31.1")
(version "0.31.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-server" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dzxfabykj156abnbx2i8j8gvmgb9yys9mfj9sx29g45qbay9rh0"))))
(base32 "1bc6nxzw9h9az22b42sd4m960mq2nja9dl5lkq8xnaiaf76355f8"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)