guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit a951d0a7af5dd349d0e9fa0e2090663f515eb812
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:28:34 2023 +0300

    gnu: rust-bytecheck-0.6: Update to 0.6.11.
    
    * gnu/packages/crates-io.scm (rust-bytecheck-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 b5eddaa98d..01ff45140a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9286,14 +9286,14 @@ of built-in fundamental numeric types.")
 (define-public rust-bytecheck-0.6
   (package
     (name "rust-bytecheck")
-    (version "0.6.10")
+    (version "0.6.11")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "bytecheck" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "07vxs7y441f7d6mjzmli80ykmfajwk9jqci549b29sr319j13zhk"))))
+                "09xnpjfhw36a973dpdd2mcmb93rrix539j49vkkgcqf878174qwb"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -9301,7 +9301,7 @@ of built-in fundamental numeric types.")
         ("rust-ptr-meta" ,rust-ptr-meta-0.1)
         ("rust-simdutf8" ,rust-simdutf8-0.1)
         ("rust-uuid" ,rust-uuid-1))))
-    (home-page "https://github.com/djkoloski/bytecheck";)
+    (home-page "https://github.com/rkyv/bytecheck";)
     (synopsis "Type validation framework")
     (description "This package provides a type validation framework for
 Rust.")



reply via email to

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