mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: rust-wayland-protocols-0.31: Update to 0.31.2.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.31): Update to 0.31.2. Change-Id: I3d1a3843531204acc29a0cfa74c2a91140dce750
This commit is contained in:
parent
a70d3685d0
commit
01ac6088e8
1 changed files with 2 additions and 2 deletions
|
@ -4286,14 +4286,14 @@ (define-public rust-wayland-egl-0.28
|
|||
(define-public rust-wayland-protocols-0.31
|
||||
(package
|
||||
(name "rust-wayland-protocols")
|
||||
(version "0.31.0")
|
||||
(version "0.31.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-protocols" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "077257bxv21whi33wm0lz5jkq6jnx0spz5jkq8yr44x9gc8dflz2"))))
|
||||
(base32 "1x310l1p6p3p3l76nl1l2yava9408dy77s605917zadlp1jz70cg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue