diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-04-30 11:34:47 +0200 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2026-05-01 12:10:51 +0800 |
| commit | 016fbec05f30ddd54b4b6189a85ac2e8d3da36d0 (patch) | |
| tree | 06dbbc7e6a4de271efa0c8d2f6190e736bf85fa0 | |
| parent | d3cc0386663ebc122edc051a4bad349097016190 (diff) | |
gnu: ugrep: Update to 7.8.0
* gnu/packages/search.scm (ugrep): Update to 7.8.0.
Change-Id: Ia3e67c3512daf8ece7a91e641c936ff8e1ef6090
| -rw-r--r-- | gnu/packages/search.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 911da5eeb8..27ed0335aa 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org> ;;; Copyright © 2023 David Pflug <david@pflug.io> -;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> +;;; Copyright © 2024-2026 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> ;;; @@ -674,14 +674,14 @@ document and bibtex retrieval.") (define-public ugrep (package (name "ugrep") - (version "7.5.0") + (version "7.8.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0vfap67jfbcx6h72728il93sxy2dvvrsla8fzszgja3swddrrvyb")) + (base32 "0968cws0bvfgip7yh9vkhxfmr70dl1jr681yzgzhpn0xdv6iqg94")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |
