mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-commons-0.29: Update to 0.29.5.
* gnu/packages/crates-graphics.scm (rust-wayland-commons-0.29): Update to 0.29.5. [cargo-inputs]: Replace rust-nix-0.22 with 0.24. [inputs]: Replace rust-nix-0.22 with 0.24.
This commit is contained in:
parent
ec98868f2c
commit
9504329a69
1 changed files with 4 additions and 4 deletions
|
@ -2615,23 +2615,23 @@ the wayland protocol, client side.")
|
||||||
(define-public rust-wayland-commons-0.29
|
(define-public rust-wayland-commons-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-commons")
|
(name "rust-wayland-commons")
|
||||||
(version "0.29.4")
|
(version "0.29.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayland-commons" version))
|
(uri (crate-uri "wayland-commons" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gnk4a771i3g1k4fbzx54xnganpc9j68jrx8xj839hfp83iybxll"))))
|
(base32 "00m90bnxqy0d6lzqlyazc1jh18jgbjwigmyr0rk3m8w4slsg34c6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-nix" ,rust-nix-0.22)
|
(("rust-nix" ,rust-nix-0.24)
|
||||||
("rust-once-cell" ,rust-once-cell-1)
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
|
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
|
||||||
(inputs
|
(inputs
|
||||||
(list rust-nix-0.22 rust-once-cell-1 rust-smallvec-1
|
(list rust-nix-0.24 rust-once-cell-1 rust-smallvec-1
|
||||||
rust-wayland-sys-0.29))
|
rust-wayland-sys-0.29))
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
(synopsis "Types and structures used by wayland-client and wayland-server")
|
(synopsis "Types and structures used by wayland-client and wayland-server")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue