mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
timescaledb 2.8.1 pgsql 14...
This commit is contained in:
parent
2d75b2ea87
commit
698bf01228
1 changed files with 3 additions and 7 deletions
|
@ -93,7 +93,7 @@
|
||||||
(inherit timescaledb)
|
(inherit timescaledb)
|
||||||
(inputs (list openssl gnu:postgresql-13))))
|
(inputs (list openssl gnu:postgresql-13))))
|
||||||
|
|
||||||
(define-public timescaledb-2.8-pg15
|
(define-public timescaledb-2.8-pg14
|
||||||
(package
|
(package
|
||||||
(inherit timescaledb)
|
(inherit timescaledb)
|
||||||
(name "timescaledb")
|
(name "timescaledb")
|
||||||
|
@ -104,9 +104,5 @@
|
||||||
(url "https://github.com/timescale/timescaledb")
|
(url "https://github.com/timescale/timescaledb")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256 (base32 "1gbadna0ilmqad7sbrixm12wd71h43njhsbp1kh5lispb6drdb6r"))))
|
||||||
(base32
|
(inputs (list openssl gnu:postgresql-14))))
|
||||||
"1gbadna0ilmqad7sbrixm12wd71h43njhsbp1kh5lispb6drdb6r"))))
|
|
||||||
(inputs (list openssl gnu:postgresql-15))))
|
|
||||||
|
|
||||||
timescaledb-2.8-pg15
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue