guix-commits
[Top][All Lists]
Advanced

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

18/29: gnu: rust-serde-1: Update to 1.0.123.


From: guix-commits
Subject: 18/29: gnu: rust-serde-1: Update to 1.0.123.
Date: Tue, 16 Feb 2021 17:37:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9866b1da45c2109964bc6df813fe8c21fff631af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 16 22:27:49 2021 +0100

    gnu: rust-serde-1: Update to 1.0.123.
    
    * gnu/packages/crates-io.scm (rust-serde-1): Update to 1.0.123.
    [arguments]: Skip build.  Remove Cargo development inputs.
---
 gnu/packages/crates-io.scm | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 860ef0a..57b19a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35619,23 +35619,19 @@ rules are rather complex.  This crate implements the 
whole grammar." )
 (define-public rust-serde-1
   (package
     (name "rust-serde")
-    (version "1.0.118")
+    (version "1.0.123")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "serde" version))
-        (file-name (string-append name "-" version ".crate"))
-        (sha256
-         (base32
-          "0028kv3dh3ix5g7jfws22zb9hcqq4cnpwn2lnlpam1wxhmil5ih6"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1bk9733mgiv5sg8yb19y8mc85fb2aaqp1k02v10alavj688idmcj"))))
     (build-system cargo-build-system)
     (arguments
-     ;; Tests fail with "error: cannot find derive macro `Deserialize` in this
-     ;; scope".
-     `(#:tests? #false
+     `(#:skip-build? #t
        #:cargo-inputs
-       (("rust-serde-derive" ,rust-serde-derive-1))
-       #:cargo-development-inputs
        (("rust-serde-derive" ,rust-serde-derive-1))))
     (home-page "https://serde.rs";)
     (synopsis "Generic serialization/deserialization framework")



reply via email to

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