guix-commits
[Top][All Lists]
Advanced

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

08/65: gnu: rust-regex-1: Update to 1.7.1.


From: guix-commits
Subject: 08/65: gnu: rust-regex-1: Update to 1.7.1.
Date: Sun, 15 Jan 2023 04:32:43 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 4b619cd7ef44d25b2d0995a5a977cfd08e5f4bac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 17:07:12 2023 +0200

    gnu: rust-regex-1: Update to 1.7.1.
    
    * gnu/packages/crates-io.scm (rust-regex-1): Update to 1.7.1.
---
 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 a4b0ec225d..8ed954d3d5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46324,14 +46324,14 @@ memory to speed up reallocation.")
 (define-public rust-regex-1
   (package
     (name "rust-regex")
-    (version "1.6.0")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "12wqvyh4i75j7pc8sgvmqh4yy3qaj4inc4alyv1cdf3lf4kb6kjc"))))
+        (base32 "0czp6hxg02lm02hvlhp9xjkd65cjcagw119crnaznwd5idsabaj8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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