guix-commits
[Top][All Lists]
Advanced

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

81/470: gnu: rust-xml5ever-0.16: Update to 0.16.2.


From: guix-commits
Subject: 81/470: gnu: rust-xml5ever-0.16: Update to 0.16.2.
Date: Thu, 16 Mar 2023 03:00:07 -0400 (EDT)

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

commit d5946e5109343772de9ceedc78c6634dc019d815
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jan 14 22:19:45 2023 +0200

    gnu: rust-xml5ever-0.16: Update to 0.16.2.
    
    * gnu/packages/crates-io.scm (rust-xml5ever-0.16): Update to 0.16.2.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 932f43b12c..d06d46153e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68766,7 +68766,7 @@ including a line breaking iterator.")
 (define-public rust-xml5ever-0.16
   (package
     (name "rust-xml5ever")
-    (version "0.16.1")
+    (version "0.16.2")
     (source
       (origin
         (method url-fetch)
@@ -68775,7 +68775,7 @@ including a line breaking iterator.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0nbapmdrn4zqry5p01l2mmbb48fcq0gga377p1c4lkb1x3k546qb"))))
+          "0rfqys8yyigkzrqcrn5c6r10v42pwxahccyyzhc293px30w1cd4j"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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