diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 23:08:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 00:16:16 +0100 |
commit | 1b7dc6774447c5cd6f942e7583eaf00a4ef89b97 (patch) | |
tree | 02bbfc34931d37d5bce4a2690042f72a59776b37 /gnu | |
parent | 2b247e51d82c4d579263e8bc5cc3ede0964daa5f (diff) | |
download | patches-1b7dc6774447c5cd6f942e7583eaf00a4ef89b97.tar patches-1b7dc6774447c5cd6f942e7583eaf00a4ef89b97.tar.gz |
gnu: re2: Update to 2019-11-01.
* gnu/packages/regex.scm (re2): Update to 2019-11-01.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/regex.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm index 7582502069..65541788a1 100644 --- a/gnu/packages/regex.scm +++ b/gnu/packages/regex.scm @@ -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-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) |