Skip to content
Snippets Groups Projects
Unverified Commit 4391a029 authored by Clément Lassieur's avatar Clément Lassieur
Browse files

gnu: the-silver-searcher: Update to 2.0.0.

* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
parent f69ff11a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -191,7 +192,7 @@ (define ref ...@@ -191,7 +192,7 @@ (define ref
(define-public the-silver-searcher (define-public the-silver-searcher
(package (package
(name "the-silver-searcher") (name "the-silver-searcher")
(version "1.0.2") (version "2.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -199,7 +200,7 @@ (define-public the-silver-searcher ...@@ -199,7 +200,7 @@ (define-public the-silver-searcher
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0v54himv65w294l0k4lhdyc6kvpgijn8b9g5356479fzy7hphjkg")))) "04wm3r5p2mgv8mdkvysak0d5199h5y0yzl032624brfxpzmqfcq0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment