[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: re2: Update to 2019-09-01.
From: |
guix-commits |
Subject: |
06/11: gnu: re2: Update to 2019-09-01. |
Date: |
Tue, 24 Sep 2019 14:18:18 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 3e41d7070df80edd3fd9fc66f9a4ff5cb646cbc3
Author: Marius Bakke <address@hidden>
Date: Mon Sep 23 16:45:58 2019 +0200
gnu: re2: Update to 2019-09-01.
* gnu/packages/regex.scm (re2): Update to 2019-09-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 ad01814..7582502 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -30,7 +30,7 @@
(define-public re2
(package
(name "re2")
- (version "2019-08-01")
+ (version "2019-09-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
- "11w9x16y26nfgliis28ivrh9b1x6pxawdwxfwxfjh34h57c0dkzg"))))
+ "1a0m3p0nx7vz2sgryrsjnbiwkjpj98swjb29r0w5lsv3f92dqyn4"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
- branch master updated (3e7518b -> aa0e28b), guix-commits, 2019/09/24
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01.,
guix-commits <=
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation., guix-commits, 2019/09/24
- 02/11: gnu: keepalived: Update to 2.0.18., guix-commits, 2019/09/24
- 04/11: gnu: fmt: Update to 6.0.0., guix-commits, 2019/09/24
- 07/11: gnu: ffmpeg: Update to 4.2.1., guix-commits, 2019/09/24
- 08/11: gnu: varnish: Update to 6.3.0., guix-commits, 2019/09/24