unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67757] [PATCH 00/19 rust-team] gnu: rust-apps: Update ripgrep to 14.0.3
@ 2023-12-10 23:01 Jaeme Sifat via Guix-patches via
  2023-12-10 23:06 ` [bug#67757] [PATCH 01/19] gnu: rust-crossbeam-channel-0.5: Update to 0.5.8 Jaeme Sifat via Guix-patches via
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-12-10 23:01 UTC (permalink / raw)
  To: 67757; +Cc: Jaeme Sifat, Efraim Flashner

This patch-set updates ripgrep to its next major release. The major change
besides the version bump on the affected packages is the method to generate
extra files being from the built binary rather than in the source code itself.

Jaeme Sifat (19):
  gnu: rust-crossbeam-channel-0.5: Update to 0.5.8.
  gnu: rust-aho-corasick-1: Update to 1.1.2.
  gnu: rust-bstr-1: Update to 1.8.0.
  gnu: rust-globset-0.4: Update to 0.4.14.
  gnu: rust-serde-1: Update to 1.0.193.
  gnu: rust-grep-matcher-0.1: Update to 0.1.7.
  gnu: rust-grep-regex-0.1: Update to 0.1.12.
  gnu: rust-ignore-0.4: Update to 0.4.21.
  gnu: Add rust-memmap2-0.9.
  gnu: rust-grep-searcher-0.1: Update to 0.1.13.
  gnu: Add rust-grep-printer-0.2.
  gnu: rust-pcre2-sys-0.2: Update to 0.2.7.
  gnu: rust-pcre2-0.2: Update to 0.2.6.
  gnu: rust-grep-pcre2-0.1: Update to 0.1.7.
  gnu: rust-winapi-util-0.1: Update to 0.1.6.
  gnu: rust-grep-cli-0.1: Update to 0.1.10.
  gnu: Add rust-grep-0.3.
  gnu: rust-termcolor-1: Update to 1.4.0.
  gnu: ripgrep: Update to 14.0.3.

 gnu/packages/crates-io.scm | 307 ++++++++++++++++++++++---------------
 gnu/packages/rust-apps.scm | 107 +++++++------
 2 files changed, 241 insertions(+), 173 deletions(-)


base-commit: 34eaf5714efcb847c9cba03a055a17e790c1d017
--
2.41.0




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2023-12-21 10:06 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10 23:01 [bug#67757] [PATCH 00/19 rust-team] gnu: rust-apps: Update ripgrep to 14.0.3 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 01/19] gnu: rust-crossbeam-channel-0.5: Update to 0.5.8 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 02/19] gnu: rust-aho-corasick-1: Update to 1.1.2 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 03/19] gnu: rust-bstr-1: Update to 1.8.0 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 04/19] gnu: rust-globset-0.4: Update to 0.4.14 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 05/19] gnu: rust-serde-1: Update to 1.0.193 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 06/19] gnu: rust-grep-matcher-0.1: Update to 0.1.7 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 07/19] gnu: rust-grep-regex-0.1: Update to 0.1.12 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 08/19] gnu: rust-ignore-0.4: Update to 0.4.21 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 09/19] gnu: Add rust-memmap2-0.9 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 10/19] gnu: rust-grep-searcher-0.1: Update to 0.1.13 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 11/19] gnu: Add rust-grep-printer-0.2 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 12/19] gnu: rust-pcre2-sys-0.2: Update to 0.2.7 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 13/19] gnu: rust-pcre2-0.2: Update to 0.2.6 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 14/19] gnu: rust-grep-pcre2-0.1: Update to 0.1.7 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 15/19] gnu: rust-winapi-util-0.1: Update to 0.1.6 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 16/19] gnu: rust-grep-cli-0.1: Update to 0.1.10 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 17/19] gnu: Add rust-grep-0.3 Jaeme Sifat via Guix-patches via
2023-12-10 23:06 ` [bug#67757] [PATCH 18/19] gnu: rust-termcolor-1: Update to 1.4.0 Jaeme Sifat via Guix-patches via
2023-12-10 23:07 ` [bug#67757] [PATCH 19/19] gnu: ripgrep: Update to 14.0.3 Jaeme Sifat via Guix-patches via
2023-12-12 18:10 ` [bug#67757] [PATCH vREVISION " Jaeme Sifat via Guix-patches via
2023-12-21  9:27 ` bug#67757: [PATCH 00/19 rust-team] gnu: rust-apps: Update ripgrep " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).