guix-commits
[Top][All Lists]
Advanced

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

51/424: gnu: rust-serde-derive-1: Update to 1.0.210.


From: guix-commits
Subject: 51/424: gnu: rust-serde-derive-1: Update to 1.0.210.
Date: Sun, 10 Nov 2024 05:41:09 -0500 (EST)

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

commit 6335cce28f3fda97fcc8b4cf897e16599230f477
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 18 19:57:17 2024 +0300

    gnu: rust-serde-derive-1: Update to 1.0.210.
    
    * gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.210.
    
    Change-Id: I3dc6723bea18efb6c0c68b2da196c1c30e523b95
---
 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 25c0ff128c..4759a299f3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -69427,7 +69427,7 @@ TOML/JSON/MessagePack strings and serializable values.")
 (define-public rust-serde-derive-1
   (package
     (name "rust-serde-derive")
-    (version "1.0.197")
+    (version "1.0.210")
     (source
      (origin
        (method url-fetch)
@@ -69435,7 +69435,7 @@ TOML/JSON/MessagePack strings and serializable values.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "02v1x0sdv8qy06lpr6by4ar1n3jz3hmab15cgimpzhgd895v7c3y"))))
+         "07yzy4wafk79ps0hmbqmsqh5xjna4pm4q57wc847bb8gl3nh4f94"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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