me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/regex.scm (re2): Update to 2017-03-01.
master
Marius Bakke 2017-03-01 15:49:19 +01:00
parent ef23ed9e25
commit 8c58c53beb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
(define-public re2
(package
(name "re2")
(version "2017-01-01")
(version "2017-03-01")
(source (origin
(method url-fetch)
(uri
@ -37,7 +37,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0yij1ajh66h3pj3kfz7y0ldrsww8rlpjzaavyr5lchl98as1jq74"))))
"1s3kdcrz2mwi30k6pz9jkv5vk8b704bz65xgcr67wbn2pn3hpnqr"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"