GNU bug report logs - #68543
[PATCH 01/24] gnu: rust-memchr-2: Update to 2.7.1.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Wed, 17 Jan 2024 18:14:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 68543 <at> debbugs.gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#68543] [PATCH 21/24] gnu: rust-grep-pcre2-0.1: Update to 0.1.7.
Date: Wed, 17 Jan 2024 19:22:29 +0100
* gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.7.
[arguments]<#:cargo-inputs>: Add RUST-LOG-0.4.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d7e3baba3c..d7f162a3ce 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33749,7 +33749,7 @@ (define-public rust-grep-matcher-0.1
 (define-public rust-grep-pcre2-0.1
   (package
     (name "rust-grep-pcre2")
-    (version "0.1.5")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
@@ -33758,11 +33758,12 @@ (define-public rust-grep-pcre2-0.1
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0hfyxsavqzf4rb5vc2a4hhi8dqw75vw1h95hinp4km9b6yxyvv66"))))
+         "1zwb5acalq7rvy70z4gsarqmrfaqmf9016yvxz5f573434idai02"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-grep-matcher" ,rust-grep-matcher-0.1)
+        ("rust-log" ,rust-log-0.4)
         ("rust-pcre2" ,rust-pcre2-0.2))))
     (native-inputs
      (list pcre2 pkg-config))
-- 
2.41.0







This bug report was last modified 1 year and 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.