mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-protocols-0.32: Update to 0.32.6.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.32): Update to 0.32.6. Change-Id: I2058a398d96725faf702f35a5f64b70692ffd1b3
This commit is contained in:
parent
569192bb03
commit
7f214b4571
1 changed files with 2 additions and 2 deletions
|
@ -5067,14 +5067,14 @@ initializing an OpenGL or Vulkan context.")
|
|||
(define-public rust-wayland-protocols-0.32
|
||||
(package
|
||||
(name "rust-wayland-protocols")
|
||||
(version "0.32.5")
|
||||
(version "0.32.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-protocols" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13pmq788d2w9c7sqpjjxi1344bzq1g1ja4vlaa4rlvjfgkjsvl3w"))))
|
||||
(base32 "1z0yahh48x8qzdbcallmxn5am5897hkk5d7p51ly6dwvhr3cz087"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue