guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: ripgrep: Update to 14.1.0.


From: guix-commits
Subject: 02/12: gnu: ripgrep: Update to 14.1.0.
Date: Tue, 23 Jan 2024 10:47:39 -0500 (EST)

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

commit a75c5f16a71af473f278ab66c56feed97c478b42
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 23 16:45:46 2024 +0200

    gnu: ripgrep: Update to 14.1.0.
    
    * gnu/packages/rust-apps.scm (ripgrep): Update to 14.1.0.
    
    Change-Id: Ib80ecaa7422c9444753dfee8f9b07155ea391c29
---
 gnu/packages/rust-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 021df682cf..0deb3b025f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1170,14 +1170,14 @@ on the terminal in a visually appealing way.")
 (define-public ripgrep
   (package
     (name "ripgrep")
-    (version "14.0.3")
+    (version "14.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "ripgrep" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "192n1lih9vzhf7r2ak985fap23x608qjdq9pqjcf43h3g9mjzjh0"))))
+        (base32 "1n3zb5jfb8pv65jm4zmrcxlgpppkpd9pmcpg1ifvv13sqhxbrg6p"))))
     (build-system cargo-build-system)
     (arguments
      (list



reply via email to

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