diff options
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 9 |
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.") | |||
| 1726 | (define-public timescaledb | 1726 | (define-public timescaledb |
| 1727 | (package | 1727 | (package |
| 1728 | (name "timescaledb") | 1728 | (name "timescaledb") |
| 1729 | (version "2.16.1") | 1729 | (version "2.26.1") |
| 1730 | (source (origin | 1730 | (source (origin |
| 1731 | (method git-fetch) | 1731 | (method git-fetch) |
| 1732 | (uri (git-reference | 1732 | (uri (git-reference |
| @@ -1735,7 +1735,7 @@ pictures, sounds, or video.") | |||
| 1735 | (file-name (git-file-name name version)) | 1735 | (file-name (git-file-name name version)) |
| 1736 | (sha256 | 1736 | (sha256 |
| 1737 | (base32 | 1737 | (base32 |
| 1738 | "1v17x00a15il4r3rbr0waqjv1nwzy6rcqxgfi2hdk1x235s5dg5h")) | 1738 | "0zfm224jyz874pk4r9qlz5c2mn1xjvairhxh6widlbh3mn62m3j8")) |
| 1739 | (modules '((guix build utils))) | 1739 | (modules '((guix build utils))) |
| 1740 | (snippet | 1740 | (snippet |
| 1741 | ;; Remove files carrying the proprietary TIMESCALE license. | 1741 | ;; Remove files carrying the proprietary TIMESCALE license. |
| @@ -1745,8 +1745,7 @@ pictures, sounds, or video.") | |||
| 1745 | '("scripts/c_license_header-timescale.h" | 1745 | '("scripts/c_license_header-timescale.h" |
| 1746 | "scripts/license_tsl.spec" | 1746 | "scripts/license_tsl.spec" |
| 1747 | "scripts/sql_license_tsl.sql" | 1747 | "scripts/sql_license_tsl.sql" |
| 1748 | "test/perl/AccessNode.pm" | 1748 | "test/t/001_replication_telemetry.pl" |
| 1749 | "test/perl/DataNode.pm" | ||
| 1750 | "test/perl/TimescaleNode.pm")))))) | 1749 | "test/perl/TimescaleNode.pm")))))) |
| 1751 | (build-system cmake-build-system) | 1750 | (build-system cmake-build-system) |
| 1752 | (arguments | 1751 | (arguments |
| @@ -1830,7 +1829,7 @@ pictures, sounds, or video.") | |||
| 1830 | (lambda* (#:rest args) | 1829 | (lambda* (#:rest args) |
| 1831 | (apply (assoc-ref gnu:%standard-phases 'check) | 1830 | (apply (assoc-ref gnu:%standard-phases 'check) |
| 1832 | #:test-target "regresschecklocal" args)))))) | 1831 | #:test-target "regresschecklocal" args)))))) |
| 1833 | (inputs (list openssl postgresql)) | 1832 | (inputs (list openssl postgresql-17)) |
| 1834 | (home-page "https://www.timescale.com/") | 1833 | (home-page "https://www.timescale.com/") |
| 1835 | (synopsis "Time-series extension for PostgreSQL") | 1834 | (synopsis "Time-series extension for PostgreSQL") |
| 1836 | (description | 1835 | (description |
