me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 3 additions and 3 deletions

View File

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