guix-commits
[Top][All Lists]
Advanced

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

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


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

ngz pushed a commit to branch master
in repository guix.

commit b4f755decd4dbbeb202ea2881a7d74c5e31546c1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 16 22:26:39 2021 +0100

    gnu: rust-serde-derive-1: Update to 1.0.123.
    
    * gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.123.
---
 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 845c560..860ef0a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35976,7 +35976,7 @@ TOML/JSON/MessagePack strings and serializable values.")
 (define-public rust-serde-derive-1
   (package
     (name "rust-serde-derive")
-    (version "1.0.118")
+    (version "1.0.123")
     (source
       (origin
         (method url-fetch)
@@ -35984,7 +35984,7 @@ TOML/JSON/MessagePack strings and serializable values.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1pvj4v8k107ichsnm7jgm9kxyi2lf971x52bmxhm5mcwd4k3akf8"))))
+          "0ccg4m7ww6mfs5vjdbdifri2kf1wyd4difjnqnraph2gssaw54ck"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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