aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-12-07 16:06:48 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-12-07 17:36:16 +0100
commit61bfc18ee8fa084133a6dac500c0f8f037e5d925 (patch)
treef457b3cd314eb6f5a8adaa8d1def403f0aef3134
parent0e7cb137c669426a9ca04caaf8d1e95e01780f7d (diff)
downloadguix-61bfc18ee8fa084133a6dac500c0f8f037e5d925.tar.gz
guix-61bfc18ee8fa084133a6dac500c0f8f037e5d925.zip
gnu: re2: Update to 2017-12-01.
* gnu/packages/regex.scm (re2): Update to 2017-12-01.
-rw-r--r--gnu/packages/regex.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm
index 010111c037..4648a4d004 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -28,7 +28,7 @@
(define-public re2
(package
(name "re2")
- (version "2017-11-01")
+ (version "2017-12-01")
(source (origin
(method url-fetch)
(uri
@@ -38,7 +38,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0r8p23wrqi5sdbh7990x8n1l0fqq3rkjcl6ikk55mpjxqlsm0v8a"))))
+ "03gv50hv7yaspx3ls8g8l1yj8nszbc3mplhcf4cr95fcsxy7wyb2"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
de91ad5cb150a614f617c2'>gnu: Move most packages from guile.scm to new module....Ricardo Wurmus 2019-01-17installer: Various renamings....Mathieu Othacehe 2019-01-17installer: partionment: Add encryption support....Mathieu Othacehe 2019-01-17installer: Display an eventual backtrace in a page....Mathieu Othacehe 2019-01-17installer: Reorder partitionment step....Mathieu Othacehe 2019-01-17installer: Add partitioning support....Mathieu Othacehe 2019-01-17installer: Fix comments....Mathieu Othacehe 2019-01-17installer: Add hostname....Mathieu Othacehe 2019-01-17installer: Add services page....Mathieu Othacehe 2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe 2019-01-17installer: Add configuration formatter....Mathieu Othacehe 2019-01-17installer: Fix locale installation....Mathieu Othacehe 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe