mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01: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 @@ (define-public rust-wayrs-client-1
|
|||
(define-public rust-wayrs-proto-parser-2
|
||||
(package
|
||||
(name "rust-wayrs-proto-parser")
|
||||
(version "2.0.0")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayrs-proto-parser" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1a9gb0iv6rm1z2n4isfb9x05pv6wlgn23hljb9s038m4dgmyn1hl"))))
|
||||
(base32 "1qhav3nzd69f4ikm19kv8k246rpg71qyih60hgz8l7dv9z8gsv79"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.31)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.37))))
|
||||
(home-page "https://github.com/MaxVerevkin/wayrs")
|
||||
(synopsis "Parser for wayland protocol xml files")
|
||||
(description "This package provides a parser for wayland protocol
|
||||
|
|
Loading…
Reference in a new issue