nckx pushed a commit to branch master
in repository guix.
commit 1b7dc6774447c5cd6f942e7583eaf00a4ef89b97
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Nov 2 23:08:35 2019 +0100
gnu: re2: Update to 2019-11-01.
* gnu/packages/regex.scm (re2): Update to 2019-11-01.
---
gnu/packages/regex.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm
index 7582502..6554178 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014 John Darrington
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016 Marius Bakke <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +30,7 @@
(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 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1a0m3p0nx7vz2sgryrsjnbiwkjpj98swjb29r0w5lsv3f92dqyn4"))))
+ "1w6djkydjgwavml2qchq24834jkbngyxc1dc4vk8vkgajglv9pff"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)