guix-commits
[Top][All Lists]
Advanced

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

400/472: gnu: rust-serde-derive-1: Update to 1.0.171.


From: guix-commits
Subject: 400/472: gnu: rust-serde-derive-1: Update to 1.0.171.
Date: Tue, 18 Jul 2023 14:09:48 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit a8f143e937383f0a713926477a2be99d7e124226
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:39:13 2023 +0300

    gnu: rust-serde-derive-1: Update to 1.0.171.
    
    * gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.171.
---
 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 e496231fe9..c38008c032 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57590,7 +57590,7 @@ TOML/JSON/MessagePack strings and serializable values.")
 (define-public rust-serde-derive-1
   (package
     (name "rust-serde-derive")
-    (version "1.0.160")
+    (version "1.0.171")
     (source
      (origin
        (method url-fetch)
@@ -57598,7 +57598,7 @@ TOML/JSON/MessagePack strings and serializable values.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1pvpiml328jhsz5h3pdc7x7wcyaagab6l5hb2q07wjfqcdy0j6i9"))))
+         "10j6s97fk7fgjiqhhrx6a44rqxr7v3w985i3avx4d36i7dh9961q"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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