gnu: re2: Update to 2017-05-01.

* gnu/packages/regex.scm (re2): Update to 2017-05-01.
This commit is contained in:
Marius Bakke 2017-05-08 12:22:19 +02:00
parent 975104d857
commit f8ff364ab7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
(define-public re2 (define-public re2
(package (package
(name "re2") (name "re2")
(version "2017-04-01") (version "2017-05-01")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -38,7 +38,7 @@
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"14i9pf9ap8h48j1584ifsq7c7a884cr1s4r7zvpcb9x1xr9232wh")))) "19glvic4ipd122yhcavf7ifg7ms5k61398vq7gyb90wggf2w0z9k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)