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.8.
* gnu/packages/crates-graphics.scm (rust-wayland-client-0.31): Update to 0.31.8. Change-Id: If6c66e27dd3951c872e749abf7a3cc948bc3bccd
This commit is contained in:
parent
dd4f4e4980
commit
49beca48f9
1 changed files with 2 additions and 2 deletions
|
@ -4687,14 +4687,14 @@ protocol.")
|
|||
(define-public rust-wayland-client-0.31
|
||||
(package
|
||||
(name "rust-wayland-client")
|
||||
(version "0.31.7")
|
||||
(version "0.31.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-client" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "105j23dj1k36rpvv3nk5v3lm99gs029k3k429kbnzxv9zk9ljqmn"))))
|
||||
(base32 "0gzpr9gdd8yk1crflxngg5iwa1szyyzp4i4zbgpslf1nsgihs4n2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `wayland_protocols`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue