me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/code.scm (the-silver-searcher): Update to 2.2.0.
master
Tobias Geerinckx-Rice 2018-08-14 14:47:00 +02:00
parent 8f946a1823
commit ffa822278c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ cloc can handle a greater variety of programming languages.")
(define-public the-silver-searcher (define-public the-silver-searcher
(package (package
(name "the-silver-searcher") (name "the-silver-searcher")
(version "2.1.0") (version "2.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -274,7 +274,7 @@ cloc can handle a greater variety of programming languages.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1m0mih1x4jpswc8ganhqh0gmwbmd2hzmz7402mxfh19s3kcjnrfl")))) "0w1icjqd8hd45rn1y6nbfznk1a6ip54whwbfbhxp7ws2hn3ilqnr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))