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

* gnu/packages/regex.scm (re2): Update to 2019-11-01.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-02 23:08:35 +01:00
parent 2b247e51d8
commit 1b7dc67744
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2,7 +2,7 @@
;;; Copyright © 2014 John Darrington
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -30,7 +30,7 @@ (define-module (gnu packages regex)
(define-public re2
(package
(name "re2")
(version "2019-09-01")
(version "2019-11-01")
(home-page "https://github.com/google/re2")
(source (origin
(method git-fetch)
@ -38,7 +38,7 @@ (define-public re2
(file-name (git-file-name name version))
(sha256
(base32
"1a0m3p0nx7vz2sgryrsjnbiwkjpj98swjb29r0w5lsv3f92dqyn4"))))
"1w6djkydjgwavml2qchq24834jkbngyxc1dc4vk8vkgajglv9pff"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)