gnu: re2: Update to 2018-03-01.

* gnu/packages/regex.scm (re2): Update to 2018-03-01.
master
Marius Bakke 2018-03-06 18:23:42 +01:00
parent 37204750b1
commit 77412c45b1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
(define-public re2
(package
(name "re2")
(version "2018-02-01")
(version "2018-03-01")
(source (origin
(method url-fetch)
(uri
@ -39,7 +39,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1131hwgid76la15hh2g15gj20fzz8iq3krniwks6wxn9h4q87ay8"))))
"0y21g321a802xmxdbkfz0rkcark7ypglpb3jjqhf13m6s7lpxp2i"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)