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 2019-12-01.

* gnu/packages/regex.scm (re2): Update to 2019-12-01.
This commit is contained in:
Marius Bakke 2019-12-10 21:10:04 +01:00
parent fd69abdef2
commit 818b956b42
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -30,7 +30,7 @@
(define-public re2
(package
(name "re2")
(version "2019-11-01")
(version "2019-12-01")
(home-page "https://github.com/google/re2")
(source (origin
(method git-fetch)
@ -38,7 +38,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1w6djkydjgwavml2qchq24834jkbngyxc1dc4vk8vkgajglv9pff"))))
"0drfhy32a0ndlwc4zi1khx07ifslkrc0w14hj8skqhddkrg55x0l"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)