unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julian Flake <flake@uni-koblenz.de>
To: 71053@debbugs.gnu.org
Cc: Julian Flake <flake@uni-koblenz.de>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#71053] [PATCH 4/9] Update rust-regex(-automata)
Date: Sun, 19 May 2024 13:54:37 +0200	[thread overview]
Message-ID: <8301ffdc3aaf93a6d0429b67f319646f0d9a8f68.1716119149.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <cover.1716119149.git.flake@uni-koblenz.de>

Change-Id: I271d17efba25a1992c6c549c745858b022f6b9a8
---
 gnu/packages/crates-io.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bac96f98aa..664ab48f70 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54404,14 +54404,14 @@ (define-public rust-refpool-0.4
 (define-public rust-regex-1
   (package
     (name "rust-regex")
-    (version "1.10.2")
+    (version "1.10.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0hxkd814n4irind8im5c9am221ri6bprx49nc7yxv02ykhd9a2rq"))))
+        (base32 "0k5sb0h2mkwf51ab0gvv3x38jp1q7wgxf63abfbhi0wwvvgxn5y1"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -54439,14 +54439,14 @@ (define-public rust-regex-0.2
     (name "rust-regex")
     (version "0.2.11")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "regex" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1163ir1k5zjspirfjl4wqbviwrxlhmfwy95xxb69y4irkv4snack"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "regex" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1163ir1k5zjspirfjl4wqbviwrxlhmfwy95xxb69y4irkv4snack"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
@@ -54492,14 +54492,14 @@ (define-public rust-regex-0.1
 (define-public rust-regex-automata-0.4
   (package
     (name "rust-regex-automata")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex-automata" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0gs8q9yhd3kcg4pr00ag4viqxnh5l7jpyb9fsfr8hzh451w4r02z"))))
+        (base32 "0akrxca6lw02y8fgvlypfg24dkfsz0bnnhgxaf9yrqh58h9s2zrv"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f          ; Not all files included.
-- 
2.41.0





  parent reply	other threads:[~2024-05-19 11:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-19 11:54 [bug#71052] [PATCH 0/9] gnu: just: Update to 1.26.0 Julian Flake
2024-05-19 11:54 ` [bug#71057] [PATCH 1/9] Update rust-home Julian Flake
2024-05-19 11:54 ` [bug#71056] [PATCH 2/9] Update rust-heck Julian Flake
2024-05-19 11:54 ` [bug#71058] [PATCH 3/9] Update rust-libc Julian Flake
2024-05-19 11:54 ` Julian Flake [this message]
2024-05-19 11:54 ` [bug#71059] [PATCH 5/9] Update rust-rustfix Julian Flake
2024-05-19 12:39   ` bug#71059: close false issues Julian Flake
2024-05-19 11:54 ` [bug#71054] [PATCH 6/9] Update rust-strum(-macros) Julian Flake
2024-05-19 11:54 ` [bug#71052] [PATCH 7/9] Update rust-which Julian Flake
2024-05-19 11:54 ` [bug#71055] [PATCH 8/9] Added rust-winsafe Julian Flake
2024-05-19 11:54 ` [bug#71052] [PATCH 9/9] Update just Julian Flake
2024-05-19 12:43 ` [bug#71052] [PATCH v2 0/9] gnu: just: Update to 1.26.0 Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 1/9] Update rust-home Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 2/9] Update rust-heck Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 3/9] Update rust-libc Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 4/9] Update rust-regex(-automata) Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 5/9] Update rust-rustfix Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 6/9] Update rust-strum(-macros) Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 7/9] Update rust-which Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 8/9] Added rust-winsafe Julian Flake
2024-05-19 12:43   ` [bug#71052] [PATCH v2 9/9] Update just Julian Flake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8301ffdc3aaf93a6d0429b67f319646f0d9a8f68.1716119149.git.flake@uni-koblenz.de \
    --to=flake@uni-koblenz.de \
    --cc=71053@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).