me
/
guix
Archived
1
0
Fork 0

gnu: ripgrep: Update to 14.1.0.

* gnu/packages/rust-apps.scm (ripgrep): Update to 14.1.0.

Change-Id: Ib80ecaa7422c9444753dfee8f9b07155ea391c29
master
Efraim Flashner 2024-01-23 16:45:46 +02:00
parent 9778ce6b89
commit 3aeb9c50a0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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