efraim pushed a commit to branch rust-team in repository guix. commit 20d87d2917e552df44fb7d77fcf2e7d5131ab1d2 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Tue Feb 18 11:57:10 2025 +0200
gnu: Add rust-wayrs-proto-parser-3. * gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-3): New variable. (rust-wayrs-proto-parser-2): Remove variable. Change-Id: Iaa4903fcd0447c359ec77857ec77f789420ebbe9 --- gnu/packages/crates-graphics.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f384020925..d385169e57 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5789,17 +5789,17 @@ crate @code{rust-wayland-client} for usable bindings.") (description "This package provides the core Wayland types for wayrs.") (license license:expat))) -(define-public rust-wayrs-proto-parser-2 +(define-public rust-wayrs-proto-parser-3 (package (name "rust-wayrs-proto-parser") - (version "2.0.4") + (version "3.0.0") (source (origin (method url-fetch) (uri (crate-uri "wayrs-proto-parser" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1qhav3nzd69f4ikm19kv8k246rpg71qyih60hgz8l7dv9z8gsv79")))) + (base32 "08hrcl0mz9v1pkl47zf7hpsn3ww83kh293xvsdfpl086pdz5gx1c")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.37))))