Skip to content
Snippets Groups Projects
Unverified Commit 2f92678c authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: re2: Update to 2019-06-01.

* gnu/packages/regex.scm (re2): Update to 2019-06-01.
parent 106deba7
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ (define-module (gnu packages regex) ...@@ -30,7 +30,7 @@ (define-module (gnu packages regex)
(define-public re2 (define-public re2
(package (package
(name "re2") (name "re2")
(version "2019-04-01") (version "2019-06-01")
(home-page "https://github.com/google/re2") (home-page "https://github.com/google/re2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
...@@ -38,7 +38,7 @@ (define-public re2 ...@@ -38,7 +38,7 @@ (define-public re2
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"018b8z3fgcr02rmhxdz80r363k40938cbgmk1c9b46k6xkc4q0hd")))) "01613z66wgiffdngbq3031rwd92jf87j93h7y5mn8hlx19gg5k4j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment