guix-commits
[Top][All Lists]
Advanced

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

410/424: gnu: rust-regex-1: Update to 1.11.0.


From: guix-commits
Subject: 410/424: gnu: rust-regex-1: Update to 1.11.0.
Date: Sun, 10 Nov 2024 05:42:58 -0500 (EST)

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

commit 21e178113211b146d17ba06e2be3099441e30b9d
Author: Luca Matei Pintilie <luca@lucamatei.com>
AuthorDate: Sat Oct 19 16:49:28 2024 +0200

    gnu: rust-regex-1: Update to 1.11.0.
    
    * gnu/packages/crates-io.scm (rust-regex-1): Update to 1.11.0.
    
    Change-Id: I0fa4cca1f74f5fbf744acea09541725de2ba1806
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 c63f67a9fa..04f6b32509 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63787,14 +63787,14 @@ memory to speed up reallocation.")
 (define-public rust-regex-1
   (package
     (name "rust-regex")
-    (version "1.10.6")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "06cnlxwzyqfbw1za1i7ks89ns4i2kr0lpg5ykx56b8v7dd6df6a2"))))
+        (base32 "1n5imk7yxam409ik5nagsjpwqvbg3f0g0mznd5drf549x1g0w81q"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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