mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 14:01:15 +02:00
gnu: rust-wayrs-scanner-0.15: Update to 0.15.4.
* gnu/packages/crates-graphics.scm (rust-wayrs-scanner-0.15): Update to 0.15.4. [cargo-inputs]: Replace rust-wayrs-proto-parser-2 with 3. Change-Id: Ia16bdd80d1e0bb069674a633e24b9d9b503d5984
This commit is contained in:
committed by
Hilton Chain
parent
0aa462abf6
commit
8b905a2f1c
@@ -5853,20 +5853,19 @@ with wayrs-client.")
|
||||
(define-public rust-wayrs-scanner-0.15
|
||||
(package
|
||||
(name "rust-wayrs-scanner")
|
||||
(version "0.15.0")
|
||||
(version "0.15.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayrs-scanner" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ic501bv24racms7gissz8v7axf71irrd134ljsjx557zv5p3w91"))))
|
||||
(base32 "0a4d6szwgj6shm674n550b6nlf7va6z46i7idb5cpmx8c32zgchn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2)
|
||||
("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-2))))
|
||||
("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-3))))
|
||||
(home-page "https://github.com/MaxVerevkin/wayrs")
|
||||
(synopsis "Generates code for wayrs-client from xml files")
|
||||
(description "This package provides code generation for wayrs-client
|
||||
|
||||
Reference in New Issue
Block a user