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

commit 02bd4f02633d37b79a677968e3fe1f4025d372e0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Jan 17 19:12:50 2024 +0100

    gnu: rust-memchr-2: Update to 2.7.1.
    
    * gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.7.1.
    
    Change-Id: Id465e503673a0c7caf32202ffb8d3448e2c07bcd
    Signed-off-by: Efraim Flashner <[email protected]>
---
 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 a37f75fa5f..aaf327207b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Ivan Petkov <[email protected]>
 ;;; Copyright © 2019-2024 Efraim Flashner <[email protected]>
-;;; Copyright © 2019-2023 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2019-2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2019 Giacomo Leidi <[email protected]>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019, 2020 John Soo <[email protected]>
@@ -40159,14 +40159,14 @@ unstable -Z self-profile flag.")
 (define-public rust-memchr-2
   (package
     (name "rust-memchr")
-    (version "2.6.4")
+    (version "2.7.1")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "memchr" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0rq1ka8790ns41j147npvxcqcl2anxyngsdimy85ag2api0fwrgn"))))
+         (base32 "0jf1kicqa4vs9lyzj4v4y1p90q0dh87hvhsdd5xvhnp527sw8gaj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs

Reply via email to