mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-sys-0.31: Update to 0.31.6.
* gnu/packages/crates-graphics.scm (rust-wayland-sys-0.31): Update to 0.31.6. Change-Id: Ib574711af549ade2ef34259f3853c4a2000477de
This commit is contained in:
parent
484cdd3bf3
commit
5b6bc4601c
1 changed files with 2 additions and 2 deletions
|
@ -5608,14 +5608,14 @@ the wayland protocol, server side.")
|
|||
(define-public rust-wayland-sys-0.31
|
||||
(package
|
||||
(name "rust-wayland-sys")
|
||||
(version "0.31.5")
|
||||
(version "0.31.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02cyl94ydazgjdjf7asm2phni8h62j4cg4pwr6sy7lwfiq6sra7g"))))
|
||||
(base32 "05b6i4lg2qrrz7l4h2b5fd7blkkvxq34i1yvlngsmmbpkhwvpknv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-dlib" ,rust-dlib-0.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue