1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

gnu: re2: Update to 2020-07-06.

* gnu/packages/regex.scm (re2): Update to 2020-07-06.
[source](modules, snippet): Remove.
This commit is contained in:
Marius Bakke
2020-07-24 00:48:55 +02:00
parent bdbf4d54c4
commit 8e61934369
+2 -11
View File
@@ -30,7 +30,7 @@
(define-public re2
(package
(name "re2")
(version "2020-06-01")
(version "2020-07-06")
(home-page "https://github.com/google/re2")
(source (origin
(method git-fetch)
@@ -38,16 +38,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"10jdgnp5dvkj3ay7grmdy539vv1srglnfxaqc5kb9v53cbql5hm8"))
(modules '((guix build utils)))
(snippet
'(begin
;; Fix test failure on 32-bit platforms, see
;; <https://github.com/google/re2/issues/256>.
(substitute* "re2/testing/compile_test.cc"
(("re->CompileToProg\\(920\\)")
"re->CompileToProg(850)"))
#t))))
"12a9r9y7ry3hq0qf4znl9j7pn9mb5k6xp1f8nrk1sagfj1a504mq"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)