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

* gnu/packages/code.scm (the-silver-searcher): Update to 0.31.0.
This commit is contained in:
Efraim Flashner 2016-03-10 20:17:50 +02:00
parent 1e42d8b8ba
commit 1d116171a0

View file

@ -190,7 +190,7 @@ (define ref
(define-public the-silver-searcher
(package
(name "the-silver-searcher")
(version "0.29.1")
(version "0.31.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -198,7 +198,7 @@ (define-public the-silver-searcher
version ".tar.gz"))
(sha256
(base32
"0ah7vcqprl9hhafi68bvzaiywy7dfm28zf7kpw3xrlqzfn0vg7kp"))
"1a3xncsq3x8pci194k484s5mdqij2sirpz6dj6711n2p8mzq5g31"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(native-inputs