mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-scanner-0.29: Update to 0.29.5.
* gnu/packages/crates-io.scm (rust-wayland-scanner-0.29): Update to 0.29.5. [cargo-inputs]: Add rust-proc-macro2, rust-quote-1, rust-xml-rs-0.8.
This commit is contained in:
parent
c2019dbfbc
commit
1f29d26674
1 changed files with 7 additions and 2 deletions
|
@ -2898,15 +2898,20 @@ extensions.")
|
||||||
(define-public rust-wayland-scanner-0.29
|
(define-public rust-wayland-scanner-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-scanner")
|
(name "rust-wayland-scanner")
|
||||||
(version "0.29.4")
|
(version "0.29.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayland-scanner" version))
|
(uri (crate-uri "wayland-scanner" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q7r764z8k922xf51fj56b1xm29ffi9ap8jnf4c478gp8cqyv89r"))))
|
(base32 "0lxx3i2kxnmsk421qx87lqqc9kd2y1ksjxcyg0pqbar2zbc06hwg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
||||||
(inputs
|
(inputs
|
||||||
(list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))
|
(list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue