mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-client-0.31: Update to 0.31.7.
* gnu/packages/crates-graphics.scm (rust-wayland-client-0.31): Update to 0.31.7. Change-Id: I049c64ad841a7482f8600ba86c4ea927d5a2f359
This commit is contained in:
parent
729c24c4d8
commit
eb7d649ab1
1 changed files with 2 additions and 2 deletions
|
@ -4415,14 +4415,14 @@ protocol.")
|
||||||
(define-public rust-wayland-client-0.31
|
(define-public rust-wayland-client-0.31
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-client")
|
(name "rust-wayland-client")
|
||||||
(version "0.31.2")
|
(version "0.31.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayland-client" version))
|
(uri (crate-uri "wayland-client" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07rzml07li3bi4nnqx4i2rfj3xkifzxp1d6cd1kflb2wjgp9dyw2"))))
|
(base32 "105j23dj1k36rpvv3nk5v3lm99gs029k3k429kbnzxv9zk9ljqmn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; use of undeclared crate or module `wayland_protocols`
|
`(#:tests? #f ; use of undeclared crate or module `wayland_protocols`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue