guix-commits
[Top][All Lists]
Advanced

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

55/276: gnu: rust-serde-derive-1: Update to 1.0.188.


From: guix-commits
Subject: 55/276: gnu: rust-serde-derive-1: Update to 1.0.188.
Date: Wed, 18 Oct 2023 04:49:14 -0400 (EDT)

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

commit 35ebd464c35c5e74c5c1f04a6f823f15fade9c7d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:40:03 2023 +0300

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



reply via email to

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