mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-wayland-sys-0.31: Update to 0.31.5.
* gnu/packages/crates-graphics.scm (rust-wayland-sys-0.31): Update to 0.31.5. Change-Id: I38270a262fa4a61cf6fa4275d37071a0cc12022c
This commit is contained in:
parent
cc4062c9ea
commit
e56d5cb151
1 changed files with 2 additions and 2 deletions
|
@ -5295,14 +5295,14 @@ (define-public rust-wayland-server-0.21
|
|||
(define-public rust-wayland-sys-0.31
|
||||
(package
|
||||
(name "rust-wayland-sys")
|
||||
(version "0.31.1")
|
||||
(version "0.31.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bxpwamgagpxa8p9m798gd3g6rwj2m4sbdvc49zx05jjzzmci80m"))))
|
||||
(base32 "02cyl94ydazgjdjf7asm2phni8h62j4cg4pwr6sy7lwfiq6sra7g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-dlib" ,rust-dlib-0.5)
|
||||
|
|
Loading…
Reference in a new issue