timescaledb : adding version for all postgresql in upstream

This commit is contained in:
Jean-François GUILLAUME 2023-02-03 12:34:40 +00:00
parent 7a652c7c15
commit ce3afa3197

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))))