guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-xml-rs-0.8: Update to 0.8.3.


From: guix-commits
Subject: branch master updated: gnu: rust-xml-rs-0.8: Update to 0.8.3.
Date: Sat, 30 May 2020 16:19:35 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb872fd  gnu: rust-xml-rs-0.8: Update to 0.8.3.
fb872fd is described below

commit fb872fdf63cc8a8b9d15d5a2a1c2fc584371feef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat May 30 23:03:47 2020 +0300

    gnu: rust-xml-rs-0.8: Update to 0.8.3.
    
    * gnu/packages/crates-io.scm (rust-mlx-rs-0.8): Update to 0.8.3.
---
 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 2c4c6d4..20f0567 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27434,7 +27434,7 @@ to XDG Base Directory specification")
 (define-public rust-xml-rs-0.8
   (package
     (name "rust-xml-rs")
-    (version "0.8.1")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
@@ -27443,7 +27443,7 @@ to XDG Base Directory specification")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0c905wsmk995xypxljpxzq6vv660r1pzgyrpsfiz13kw3hf0dzcs"))))
+         "12ndxyhzxw2zdr76ql8nfdwb2vwhvdkrxwk4pbjafqfglmjv0zdh"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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