guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

229/350: gnu: rust-wayrs-proto-parser-2: Update to 2.0.4.


From: guix-commits
Subject: 229/350: gnu: rust-wayrs-proto-parser-2: Update to 2.0.4.
Date: Sun, 15 Dec 2024 02:14:41 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 9ac295e179187740d5f8a9cb348b75c3452d72e7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 14:58:38 2024 +0200

    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
---
 gnu/packages/crates-graphics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index f7c38aa805..69b9fb4e55 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -5673,18 +5673,17 @@ crate @code{rust-wayland-client} for usable bindings.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]