guix-commits
[Top][All Lists]
Advanced

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

177/189: gnu: rust-syn-1: Update to 1.0.40.


From: guix-commits
Subject: 177/189: gnu: rust-syn-1: Update to 1.0.40.
Date: Mon, 21 Sep 2020 06:01:58 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit 18a9486e077f04c158cc44747e6d840f314d8006
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 21 11:50:25 2020 +0530

    gnu: rust-syn-1: Update to 1.0.40.
    
    * gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.40.
    (arguments): Add rust-insta-0.16, rust-reqwest-0.10 and 
rust-syn-test-suite-0
    to cargo-development-inputs.
---
 gnu/packages/crates-io.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 09cd837..16eb6a9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28190,7 +28190,7 @@ cryptographic implementations.")
 (define-public rust-syn-1
   (package
     (name "rust-syn")
-    (version "1.0.17")
+    (version "1.0.40")
     (source
       (origin
         (method url-fetch)
@@ -28198,7 +28198,7 @@ cryptographic implementations.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "00xvf772ys4fj9fr8kplmsqb9if215dsipi3nv54aw9q7xkfpw0d"))))
+          "0l437lsnv289y64pgl2mfvr1vgrb2hix5bb5a4rbjncvqly7sgwn"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
@@ -28208,12 +28208,13 @@ cryptographic implementations.")
         ("rust-quote" ,rust-quote-1))
        #:cargo-development-inputs
        (("rust-anyhow" ,rust-anyhow-1.0)
-        ;("rust-insta" ,rust-insta-0.12)
         ("rust-flate2" ,rust-flate2-1)
+        ("rust-insta" ,rust-insta-0.16)
         ("rust-rayon" ,rust-rayon-1)
         ("rust-ref-cast" ,rust-ref-cast-1.0)
         ("rust-regex" ,rust-regex-1)
-        ;("rust-reqwest" ,rust-reqwest-0.10)
+        ("rust-reqwest" ,rust-reqwest-0.10)
+        ("rust-syn-test-suite" ,rust-syn-test-suite-0)
         ("rust-tar" ,rust-tar-0.4)
         ("rust-termcolor" ,rust-termcolor-1)
         ("rust-walkdir" ,rust-walkdir-2))))



reply via email to

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