guix-commits
[Top][All Lists]
Advanced

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

51/470: gnu: rust-regex-1: Update to 1.7.1.


From: guix-commits
Subject: 51/470: gnu: rust-regex-1: Update to 1.7.1.
Date: Thu, 16 Mar 2023 02:59:54 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 39a7f5eb61cd2ebd05bf94768a6cfb5430d9e944
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 4494ef1097..e575635b07 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46546,14 +46546,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]