summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-09-15 22:52:38 +0530
committerArun Isaac <arunisaac@systemreboot.net>2020-10-12 11:41:41 +0530
commit81c5f0c42fb3bfe6336003170ccf371440016ffa (patch)
tree26acdcbb09c4b0d308cfcf5ee40df81cae5b845e /gnu
parent0cc16068f0f3dbe11436d395eaaa2cdc5eeabdd8 (diff)
downloadguix-81c5f0c42fb3bfe6336003170ccf371440016ffa.tar.gz
gnu: rust-serde-derive-1: Update to 1.0.116.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.116.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index df2353b976..747a821013 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21547,7 +21547,7 @@ for the serde framework.")
 (define-public rust-serde-derive-1
   (package
     (name "rust-serde-derive")
-    (version "1.0.113")
+    (version "1.0.116")
     (source
       (origin
         (method url-fetch)
@@ -21555,7 +21555,7 @@ for the serde framework.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0cdf4r6bwxw6cwg2fj93kwd7mypwhjfzxzyw3i4cnm09gnhymick"))))
+          "1s4sbl32lk1afxryfax73clvq22lwzdgzljb7f3mgr6q1wvscc7n"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs