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

commit 0d540fa6bbee1782a30013605d87968ed438959c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 10:46:17 2024 +0200

    gnu: rust-lazy-regex-proc-macros-3: Update to 3.3.0.
    
    * gnu/packages/crates-io.scm (rust-lazy-regex-proc-macros-3): Update to 
3.3.0.
    
    Change-Id: Ie68bbe9caf2f119db3d60f843c034ea0a737518a
---
 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 881fad80e9..a75f2d6c4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40588,14 +40588,14 @@ language tags.")
 (define-public rust-lazy-regex-proc-macros-3
   (package
     (name "rust-lazy-regex-proc-macros")
-    (version "3.1.0")
+    (version "3.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "lazy-regex-proc_macros" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "02zgaxdq95s0xm4svbdz6f4xkf4kncl5gjfdzyxgr9wpdj7dbg24"))))
+        (base32 "0qs13g4047fvlc16w1qb9yp4af3qm2xhp4kvkk5m6b37bnqdiqbn"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; cannot find macro `regex_replace_all` in this scope

Reply via email to