guix-commits
[Top][All Lists]
Advanced

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

06/54: gnu: rust-serde-json-1.0: Update to 1.0.44.


From: guix-commits
Subject: 06/54: gnu: rust-serde-json-1.0: Update to 1.0.44.
Date: Tue, 21 Jan 2020 09:35:19 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ea78979dd4460a2f3dd0c49287b68c0045af7c8c
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 09:59:34 2020 -0800

    gnu: rust-serde-json-1.0: Update to 1.0.44.
    
    * gnu/packages/crates-io.scm (rust-serde-json-1.0): Update to 1.0.44.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 c7bb412..06a1669 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9553,7 +9553,7 @@ proven statistical guarantees.")
 (define-public rust-serde-json-1.0
   (package
     (name "rust-serde-json")
-    (version "1.0.41")
+    (version "1.0.44")
     (source
       (origin
         (method url-fetch)
@@ -9561,7 +9561,7 @@ proven statistical guarantees.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1hipk84x40454mf599752mi7l08wb8qakz8vd6d3zp57d0mfnwig"))))
+          "1mysl675nqhzzkbcrqy4x63cbbsrrx3gcc7k8ydx1gajrkh7bia8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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