3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: re2: Update to 2016-11-01.

* gnu/packages/regex.scm (re2): Update to 2016-11-01.
This commit is contained in:
Marius Bakke 2016-11-02 04:41:52 +00:00
parent 86c61a6bd1
commit 24dfc13bfa
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -27,7 +27,7 @@
(define-public re2
(package
(name "re2")
(version "2016-08-01")
(version "2016-11-01")
(source (origin
(method url-fetch)
(uri
@ -37,7 +37,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"06pfm3xi5irrrij85m0c46rsn9jyg1rc2r431wi2knhjvbw9f0bx"))))
"0scn3rimfxz0kqxxasap04kv9cbzjsgi7krkqmyhbi710fgr9vh1"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"