guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 55/194: gnu: rust-serde-derive-1: Update to 1.0.188.
Date: Tue, 3 Oct 2023 14:57:23 -0400 (EDT)

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

commit d653fb279b78016596773b5fa69dad2d60c62beb
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 eb0068149a..a11f79f576 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60713,7 +60713,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)
@@ -60721,7 +60721,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]