guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].


From: guix-commits
Subject: 02/02: gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].
Date: Mon, 29 Aug 2022 12:33:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 1cf37370937665f21b4fb01daeffbf90c671611e
Author: gyara <me@gyara.moe>
AuthorDate: Tue Aug 23 23:30:23 2022 +0900

    gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].
    
    * gnu/packages/crates-io.scm (rust-regex-1): Update to 1.6.0.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bc42a47a36..dd76f715c6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48962,14 +48962,14 @@ memory to speed up reallocation.")
 (define-public rust-regex-1
   (package
     (name "rust-regex")
-    (version "1.5.4")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0qf479kjbmb582h4d1d6gfl75h0j8aq2nrdi5wg6zdcy6llqcynh"))))
+        (base32 "12wqvyh4i75j7pc8sgvmqh4yy3qaj4inc4alyv1cdf3lf4kb6kjc"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]