guix-commits
[Top][All Lists]
Advanced

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

420/470: gnu: rust-serde-derive-1: Update to 1.0.160.


From: guix-commits
Subject: 420/470: gnu: rust-serde-derive-1: Update to 1.0.160.
Date: Sun, 30 Apr 2023 14:05:14 -0400 (EDT)

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

commit 0030e6986af194193c9210861b8f9d6ec6f34678
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 16:06:06 2023 +0300

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



reply via email to

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