[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: re2: Update to 2017-07-01.
From: |
Marius Bakke |
Subject: |
02/08: gnu: re2: Update to 2017-07-01. |
Date: |
Mon, 3 Jul 2017 20:53:02 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 92d7e87c5922bac7746f201f2ccb028cc5e7aaee
Author: Marius Bakke <address@hidden>
Date: Sat Jul 1 21:27:28 2017 +0200
gnu: re2: Update to 2017-07-01.
* gnu/packages/regex.scm (re2): Update to 2017-07-01.
---
gnu/packages/regex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm
index 18b7a7e..275912b 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -28,7 +28,7 @@
(define-public re2
(package
(name "re2")
- (version "2017-06-01")
+ (version "2017-07-01")
(source (origin
(method url-fetch)
(uri
@@ -38,7 +38,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0bjhmmcx17mc8gfbf3cc4bwjcyf415mas3026v3c35g5fsaxyq5v"))))
+ "07jbhcfpa4z8ra08q0i7j9p9sq6yy1wdx09laysz9jysgkc6mw76"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
- branch master updated (f88eacc -> a8a964d), Marius Bakke, 2017/07/03
- 02/08: gnu: re2: Update to 2017-07-01.,
Marius Bakke <=
- 01/08: install: Drop redundant package after c0f5eee4b2cc737be222c4ba331d0., Marius Bakke, 2017/07/03
- 03/08: gnu: python-cffi: Really enable tests., Marius Bakke, 2017/07/03
- 04/08: gnu: python-cffi: Update to 1.10.0., Marius Bakke, 2017/07/03
- 05/08: gnu: python-cryptography: Update to 1.9., Marius Bakke, 2017/07/03
- 08/08: gnu: python-pylint: Update to 1.7.2., Marius Bakke, 2017/07/03
- 06/08: gnu: python-pyopenssl: Update to 17.1.0., Marius Bakke, 2017/07/03
- 07/08: gnu: python-astroid: Update to 1.5.3., Marius Bakke, 2017/07/03