me
/
guix
Archived
1
0
Fork 0

gnu: grep: Update to 2.25.

* gnu/packages/base.scm (grep): Update to 2.25.
master
Ludovic Courtès 2016-04-24 22:53:03 +02:00
parent e3d0fcbf7e
commit 4d31bdb095
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -74,14 +74,14 @@ command-line arguments, multiple languages, and so on.")
(define-public grep (define-public grep
(package (package
(name "grep") (name "grep")
(version "2.24") (version "2.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-" (uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"057cir4p19h7yv4xir1wiaxfa1fp45d3pl7xsaaannlc16wvwj7j")) "0c38b67cnwchwzv4wq2gpz6smkhdxrac2hhssv8f0l04qnx867p2"))
(patches (patches
(list (search-patch "grep-timing-sensitive-test.patch"))))) (list (search-patch "grep-timing-sensitive-test.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)