summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-04-06 14:39:19 +0900
committerNguyễn Gia Phong <cnx@loang.net>2026-04-07 23:23:33 +0900
commitaad3d181036e92e898d8caee6a51613bc2aa2b63 (patch)
treea70d6fd97a967ddaaa4e8ec33ce0d4f9432ee44e /gnu
parentb38f4f359b7242ad0120b4dadddc452e02a8955a (diff)
gnu: timescaledb: Update to 2.26.1.
* gnu/packages/databases.scm (timescaledb): Update to 2.26.1. [source]<snippet>: Update the list of proprietary files to remove. [inputs]: Replace postgresql with postgresql-17. Change-Id: I4556c8f7706a1b00fbd13084e7a2cbe0517367a8
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/databases.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 01909981ceb..ec99243dd02 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1726,7 +1726,7 @@ pictures, sounds, or video.")
(define-public timescaledb
(package
(name "timescaledb")
- (version "2.16.1")
+ (version "2.26.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1735,7 +1735,7 @@ pictures, sounds, or video.")
(file-name (git-file-name name version))
(sha256
(base32
- "1v17x00a15il4r3rbr0waqjv1nwzy6rcqxgfi2hdk1x235s5dg5h"))
+ "0zfm224jyz874pk4r9qlz5c2mn1xjvairhxh6widlbh3mn62m3j8"))
(modules '((guix build utils)))
(snippet
;; Remove files carrying the proprietary TIMESCALE license.
@@ -1745,8 +1745,7 @@ pictures, sounds, or video.")
'("scripts/c_license_header-timescale.h"
"scripts/license_tsl.spec"
"scripts/sql_license_tsl.sql"
- "test/perl/AccessNode.pm"
- "test/perl/DataNode.pm"
+ "test/t/001_replication_telemetry.pl"
"test/perl/TimescaleNode.pm"))))))
(build-system cmake-build-system)
(arguments
@@ -1830,7 +1829,7 @@ pictures, sounds, or video.")
(lambda* (#:rest args)
(apply (assoc-ref gnu:%standard-phases 'check)
#:test-target "regresschecklocal" args))))))
- (inputs (list openssl postgresql))
+ (inputs (list openssl postgresql-17))
(home-page "https://www.timescale.com/")
(synopsis "Time-series extension for PostgreSQL")
(description