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

* gnu/packages/regex.scm (re2): Update to 2017-12-01.
This commit is contained in:
Marius Bakke 2017-12-07 16:06:48 +01:00
parent 0e7cb137c6
commit 61bfc18ee8
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
(package
(name "re2")
(version "2017-11-01")
(version "2017-12-01")
(source (origin
(method url-fetch)
(uri
@ -38,7 +38,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r8p23wrqi5sdbh7990x8n1l0fqq3rkjcl6ikk55mpjxqlsm0v8a"))))
"03gv50hv7yaspx3ls8g8l1yj8nszbc3mplhcf4cr95fcsxy7wyb2"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)