guix-patches
[Top][All Lists]
Advanced

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

[bug#44762] [PATCH 29/37] gnu: rust-serde-json-1: Update to 1.0.59.


From: Joseph LaFreniere
Subject: [bug#44762] [PATCH 29/37] gnu: rust-serde-json-1: Update to 1.0.59.
Date: Fri, 20 Nov 2020 08:27:08 -0600

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.59.
---
 gnu/packages/crates-io.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 145f46c409..08a2609527 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24996,15 +24996,15 @@ for the serde framework.")
 (define-public rust-serde-json-1
   (package
     (name "rust-serde-json")
-    (version "1.0.50")
+    (version "1.0.59")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "serde-json" version))
-        (file-name (string-append name "-" version ".crate"))
-        (sha256
-         (base32
-          "0rs8rsk59kgkgsrw8hyyjrlhas9k1by2jwxxqcz3c2bq2qna39vq"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde-json" version))
+       (file-name (string-append name "-" version ".crate"))
+       (sha256
+        (base32
+         "15bblpgzbr163sxfxx0h8kacchmiiskypfbah5zmxim1zzdhgb6w"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
@@ -25014,11 +25014,11 @@ for the serde framework.")
         ("rust-ryu" ,rust-ryu-1.0)
         ("rust-serde" ,rust-serde-1))
        #:cargo-development-inputs
-       (;("rust-automod" ,rust-automod-0.1)
+       (("rust-automod" ,rust-automod-1)
         ("rust-rustversion" ,rust-rustversion-1)
         ("rust-serde-bytes" ,rust-serde-bytes-0.11)
         ("rust-serde-derive" ,rust-serde-derive-1)
-        ;("rust-serde-stacker" ,rust-serde-stacker-0.1)
+        ("rust-serde-stacker" ,rust-serde-stacker-0.1)
         ("rust-trybuild" ,rust-trybuild-1))))
     (home-page "https://github.com/serde-rs/json";)
     (synopsis "JSON serialization file format")
-- 
2.29.1






reply via email to

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