guix-commits
[Top][All Lists]
Advanced

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

397/472: gnu: rust-rkyv-derive-0.7: Update to 0.7.42.


From: guix-commits
Subject: 397/472: gnu: rust-rkyv-derive-0.7: Update to 0.7.42.
Date: Tue, 18 Jul 2023 14:09:48 -0400 (EDT)

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

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

    gnu: rust-rkyv-derive-0.7: Update to 0.7.42.
    
    * gnu/packages/crates-io.scm (rust-rkyv-derive-0.7): Update to 0.7.42.
---
 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 092820c2e3..3d71810b69 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55342,14 +55342,14 @@ sub-processes using a fork-like interface.")
 (define-public rust-rkyv-derive-0.7
   (package
     (name "rust-rkyv-derive")
-    (version "0.7.39")
+    (version "0.7.42")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "rkyv_derive" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1i1lmir3lm8zj8k1an7j2rchv1admqhysh6r6bfkcgmmi3fdmbkf"))))
+                "07alynj16yqlyprlwqd8av157rrywvid2dm7swbhl8swbf8npq5j"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)



reply via email to

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