diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 14:47:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:29 +0200 |
commit | ffa822278c5c9e6adf8100e621a9222850b5413c (patch) | |
tree | 4a1822dd5da54ca825973365d2d8327d6c67eaee /gnu/packages | |
parent | 8f946a1823dfe851f4b9144926a9fe88a762dce4 (diff) | |
download | gnu-guix-ffa822278c5c9e6adf8100e621a9222850b5413c.tar gnu-guix-ffa822278c5c9e6adf8100e621a9222850b5413c.tar.gz |
gnu: the-silver-searcher: Update to 2.2.0.
* gnu/packages/code.scm (the-silver-searcher): Update to 2.2.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/code.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index dea2f09022..c628810082 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -266,7 +266,7 @@ cloc can handle a greater variety of programming languages.") (define-public the-silver-searcher (package (name "the-silver-searcher") - (version "2.1.0") + (version "2.2.0") (source (origin (method url-fetch) (uri (string-append @@ -274,7 +274,7 @@ cloc can handle a greater variety of programming languages.") version ".tar.gz")) (sha256 (base32 - "1m0mih1x4jpswc8ganhqh0gmwbmd2hzmz7402mxfh19s3kcjnrfl")))) + "0w1icjqd8hd45rn1y6nbfznk1a6ip54whwbfbhxp7ws2hn3ilqnr")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |