guix-commits
[Top][All Lists]
Advanced

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

23/24: gnu: rust-serde-1: Update to 1.0.118.


From: guix-commits
Subject: 23/24: gnu: rust-serde-1: Update to 1.0.118.
Date: Tue, 5 Jan 2021 15:17:11 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit adb7159caaa9409fb1697ff534c9e98cebdfaf02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 22 17:58:16 2020 +0100

    gnu: rust-serde-1: Update to 1.0.118.
    
    * gnu/packages/crates-io.scm (rust-serde-1): Update to 1.0.118.
---
 gnu/packages/crates-io.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 30be369..9f4fdd8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29435,7 +29435,7 @@ rules are rather complex.  This crate implements the 
whole grammar." )
 (define-public rust-serde-1
   (package
     (name "rust-serde")
-    (version "1.0.117")
+    (version "1.0.118")
     (source
       (origin
         (method url-fetch)
@@ -29443,10 +29443,13 @@ rules are rather complex.  This crate implements the 
whole grammar." )
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "06nwyyma9hch1abjqj0y9cb09m1y6lbzbsc7jff6483pvs1sk3xq"))))
+          "0028kv3dh3ix5g7jfws22zb9hcqq4cnpwn2lnlpam1wxhmil5ih6"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
+     ;; Tests fail with "error: cannot find derive macro `Deserialize` in this
+     ;; scope".
+     `(#:tests? #false
+       #:cargo-inputs
        (("rust-serde-derive" ,rust-serde-derive-1))
        #:cargo-development-inputs
        (("rust-serde-derive" ,rust-serde-derive-1))))



reply via email to

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