guix-commits
[Top][All Lists]
Advanced

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

385/472: gnu: rust-bytecheck-derive-0.6: Update to 0.6.11.


From: guix-commits
Subject: 385/472: gnu: rust-bytecheck-derive-0.6: Update to 0.6.11.
Date: Tue, 18 Jul 2023 14:09:44 -0400 (EDT)

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

commit 976f018e652eb963732c9208aa4a4cd08f7da888
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:29:07 2023 +0300

    gnu: rust-bytecheck-derive-0.6: Update to 0.6.11.
    
    * gnu/packages/crates-io.scm (rust-bytecheck-derive-0.6): Update to
    0.6.11.
    [home-page]: Update to new home-page.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 01ff45140a..e4834f8958 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9330,21 +9330,21 @@ Rust.")
 (define-public rust-bytecheck-derive-0.6
   (package
     (name "rust-bytecheck-derive")
-    (version "0.6.10")
+    (version "0.6.11")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "bytecheck_derive" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1r9dlkx5w1p8d5gif2yvn6bz1856yij2fxi4wakq2vxl7ia2a4p3"))))
+                "0qdgfqx23gbjp5scbc8fhqc5kd014bpxn8hc9i9ssd8r4rplrv57"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1))))
-    (home-page "https://github.com/djkoloski/bytecheck";)
+    (home-page "https://github.com/rkyv/bytecheck";)
     (synopsis "Derive macro for bytecheck")
     (description "This package provides a Derive macro for bytecheck, the type
 validation framework for Rust.")



reply via email to

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