diff mbox series

[bug#68543,01/24] gnu: rust-memchr-2: Update to 2.7.1.

Message ID 35e3199772c0400d9805973a5f6fbdcc2cef1ccc.1705515114.git.mail@nicolasgoaziou.fr
State New
Headers show
Series [bug#68543,01/24] gnu: rust-memchr-2: Update to 2.7.1. | expand

Commit Message

Nicolas Goaziou Jan. 17, 2024, 6:12 p.m. UTC
* gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.7.1.

Change-Id: Id465e503673a0c7caf32202ffb8d3448e2c07bcd
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: b3e0a973bca6fe5de7356f3d70c4b7d468b0a759

Comments

Nicolas Goaziou Jan. 17, 2024, 6:58 p.m. UTC | #1
Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.7.1.

This patch set is a failed attempt to update ripgrep to 14.1.0. All the
crates do build, except ripgrep itself. So I'm sending all the required
updates, in case anyone wants to try upgrading ripgrep.
Efraim Flashner Jan. 20, 2024, 8:31 p.m. UTC | #2
On Wed, Jan 17, 2024 at 07:58:28PM +0100, Nicolas Goaziou wrote:
> Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:
> 
> > * gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.7.1.
> 
> This patch set is a failed attempt to update ripgrep to 14.1.0. All the
> crates do build, except ripgrep itself. So I'm sending all the required
> updates, in case anyone wants to try upgrading ripgrep.

I applied the patches to the rust-team branch and checked that ripgrep
still built.
diff mbox series

Patch

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1bfd8fb143..2fbd76e007 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 <ivanppetkov@gmail.com>
 ;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2019-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2019-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
@@ -44497,14 +44497,14 @@  (define-public rust-measureme-0.7
 (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