mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-protocols-wlr-0.3: Update to 0.3.6.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-wlr-0.3): Update to 0.3.6. Change-Id: Ia1b24c4d8f76b782592c5daaf734a7ee9ff65f33
This commit is contained in:
parent
c675fd3497
commit
e161adfc92
1 changed files with 2 additions and 2 deletions
|
@ -5264,14 +5264,14 @@ protocol extensions.")
|
|||
(define-public rust-wayland-protocols-wlr-0.3
|
||||
(package
|
||||
(name "rust-wayland-protocols-wlr")
|
||||
(version "0.3.5")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-protocols-wlr" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08j0xfpfqv6kzbfzmdv6crfzalxbxc2n5m9hc4qkqg4jrpv14bkq"))))
|
||||
(base32 "1cpqb0d4ryf87x2wgca5n71wilhvc0jjva0zasbdgalmypk052i4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue