Message ID | 167c956153487f4ffa969200aaf4a243897604d7.1729842043.git.ashish.is@lostca.se |
---|---|
State | New |
Headers | show |
Series | [bug#74005] gnu: ugrep: Update to 7.0.0. | expand |
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes: > From: Ashish SHUKLA <ashish.is@lostca.se> > > * gnu/packages/search.scm (ugrep): Update to 7.0.0. > > Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62 > --- > gnu/packages/search.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm > index 8722d528c1..c5eca8c686 100644 > --- a/gnu/packages/search.scm > +++ b/gnu/packages/search.scm > @@ -739,14 +739,14 @@ (define-public xapers > (define-public ugrep > (package > (name "ugrep") > - (version "6.5.0") > + (version "7.0.0") > (source (origin > (method git-fetch) > (uri (git-reference > (url "https://github.com/Genivia/ugrep") > (commit (string-append "v" version)))) > (sha256 > - (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90")) > + (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf")) > (file-name (git-file-name name version)) > (modules '((guix build utils))) > (snippet > > base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b push, close.
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 8722d528c1..c5eca8c686 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -739,14 +739,14 @@ (define-public xapers (define-public ugrep (package (name "ugrep") - (version "6.5.0") + (version "7.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90")) + (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet
From: Ashish SHUKLA <ashish.is@lostca.se> * gnu/packages/search.scm (ugrep): Update to 7.0.0. Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62 --- gnu/packages/search.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b