[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: re2: Update to 2019-06-01.
From: |
guix-commits |
Subject: |
07/15: gnu: re2: Update to 2019-06-01. |
Date: |
Mon, 3 Jun 2019 16:32:25 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2f92678c7053d9490d81729c3662ff8ff6a7d9aa
Author: Marius Bakke <address@hidden>
Date: Mon Jun 3 17:21:14 2019 +0200
gnu: re2: Update to 2019-06-01.
* gnu/packages/regex.scm (re2): Update to 2019-06-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 f37fb06..a649440 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -30,7 +30,7 @@
(define-public re2
(package
(name "re2")
- (version "2019-04-01")
+ (version "2019-06-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
- "018b8z3fgcr02rmhxdz80r363k40938cbgmk1c9b46k6xkc4q0hd"))))
+ "01613z66wgiffdngbq3031rwd92jf87j93h7y5mn8hlx19gg5k4j"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
- branch master updated (5b315f3 -> 18919cf), guix-commits, 2019/06/03
- 14/15: gnu: python-beautifulsoup4: Update to 4.7.1., guix-commits, 2019/06/03
- 12/15: gnu: Cython: Update home page., guix-commits, 2019/06/03
- 15/15: gnu: python-translate-toolkit: Update home page., guix-commits, 2019/06/03
- 13/15: gnu: python-soupsieve: Fix python2 variant., guix-commits, 2019/06/03
- 10/15: gnu: OpenSSL@1.1: Update to 1.1.1c., guix-commits, 2019/06/03
- 11/15: gnu: Django: Update to 1.11.21 [fixes CVE-2019-12308, CVE-2019-11358]., guix-commits, 2019/06/03
- 09/15: gnu: gphoto2: Update to 2.5.23., guix-commits, 2019/06/03
- 08/15: gnu: libgphoto2: Update to 2.5.23., guix-commits, 2019/06/03
- 07/15: gnu: re2: Update to 2019-06-01.,
guix-commits <=
- 05/15: gnu: python-cryptography: Update to 2.7., guix-commits, 2019/06/03
- 06/15: gnu: xorg-server: Update to 1.20.5., guix-commits, 2019/06/03
- 03/15: gnu: libsodium: Update to 1.0.18., guix-commits, 2019/06/03
- 04/15: gnu: GnuPG: Update to 2.2.16., guix-commits, 2019/06/03
- 02/15: gnu: Remove libevent@2.0., guix-commits, 2019/06/03
- 01/15: gnu: libevent: Update home page., guix-commits, 2019/06/03