adding version for all postgresql in upstream

This commit is contained in:
Jean-François GUILLAUME 2023-02-03 13:33:27 +01:00
parent e686d2171e
commit aa5011c051
GPG key ID: 38751DAE145EFB5A

View file

@ -82,3 +82,13 @@
(package
(inherit timescaledb)
(inputs (list openssl gnu:postgresql-15))))
(define-public timescaledb-pg14
(package
(inherit timescaledb)
(inputs (list openssl gnu:postgresql-14))))
(define-public timescaledb-pg13
(package
(inherit timescaledb)
(inputs (list openssl gnu:postgresql-13))))