mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayrs-proto-parser-2: Update to 2.0.4.
* gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Update to 2.0.4. [cargo-inputs]: Replace rust-quick-xml-0.36 with 0.37. Remove rust-thiserror-0.1. Change-Id: Ibcd48273d036b290ccaf72c0c491f5edf068da7f
This commit is contained in:
parent
be955fd2bc
commit
2cee51fabf
1 changed files with 3 additions and 4 deletions
|
@ -5673,18 +5673,17 @@ crate @code{rust-wayland-client} for usable bindings.")
|
||||||
(define-public rust-wayrs-proto-parser-2
|
(define-public rust-wayrs-proto-parser-2
|
||||||
(package
|
(package
|
||||||
(name "rust-wayrs-proto-parser")
|
(name "rust-wayrs-proto-parser")
|
||||||
(version "2.0.0")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayrs-proto-parser" version))
|
(uri (crate-uri "wayrs-proto-parser" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a9gb0iv6rm1z2n4isfb9x05pv6wlgn23hljb9s038m4dgmyn1hl"))))
|
(base32 "1qhav3nzd69f4ikm19kv8k246rpg71qyih60hgz8l7dv9z8gsv79"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.31)
|
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.37))))
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
|
||||||
(home-page "https://github.com/MaxVerevkin/wayrs")
|
(home-page "https://github.com/MaxVerevkin/wayrs")
|
||||||
(synopsis "Parser for wayland protocol xml files")
|
(synopsis "Parser for wayland protocol xml files")
|
||||||
(description "This package provides a parser for wayland protocol
|
(description "This package provides a parser for wayland protocol
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue