mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-wayland-scanner-0.28: Update to 0.28.6.
* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.28): Update to 0.28.6. [cargo-inputs]: Add rust-proc-macro2-1, rust-quote-1, rust-xml-rs-0.8. [inputs]: Remove field. Change-Id: I31b89e8e4f2d18d5b593087e37e18f7eeb5f0e94
This commit is contained in:
parent
ed4e26b306
commit
64de5f4bf8
1 changed files with 6 additions and 4 deletions
|
@ -4472,16 +4472,18 @@ (define-public rust-wayland-scanner-0.28
|
|||
(package
|
||||
(inherit rust-wayland-scanner-0.29)
|
||||
(name "rust-wayland-scanner")
|
||||
(version "0.28.3")
|
||||
(version "0.28.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-scanner" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h"))))
|
||||
(inputs
|
||||
(list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))))
|
||||
(base32 "1w839jsh7nrni4f2x5bkapf98w7kddxyqmpks4rf67dnvsr3x4nf"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-xml-rs" ,rust-xml-rs-0.8))))))
|
||||
|
||||
(define-public rust-wayland-scanner-0.23
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue