diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-14 17:58:08 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-14 23:33:52 +0200 |
commit | d73b88d82650f8e38327dcd1c7a0c9da4fc96e0f (patch) | |
tree | aef6cad0df887a7090e82f56fd73f2dfb63031aa /gnu/local.mk | |
parent | b98a61a8f87c6b0cdca8816157b58c7d58be90ee (diff) | |
download | guix-d73b88d82650f8e38327dcd1c7a0c9da4fc96e0f.tar.gz |
gnu: TimescaleDB: Update to 2.7.0.
* gnu/packages/databases.scm (timescaledb): Update to 2.7.0. [source](snippet): Remove more files. [source](patches): New field. * gnu/packages/patches/timescaledb-flaky-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0176585485..d08a11ac89 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1844,6 +1844,7 @@ dist_patch_DATA = \ %D%/packages/patches/texi2html-i18n.patch \ %D%/packages/patches/thefuck-test-environ.patch \ %D%/packages/patches/tidy-CVE-2015-5522+5523.patch \ + %D%/packages/patches/timescaledb-flaky-test.patch \ %D%/packages/patches/tinyxml-use-stl.patch \ %D%/packages/patches/tipp10-disable-downloader.patch \ %D%/packages/patches/tipp10-fix-compiling.patch \ |