mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
Devel See merge request glicid-public/guix-glicid!199
This commit is contained in:
commit
6a629b8865
1 changed files with 19 additions and 1 deletions
|
@ -92,3 +92,21 @@
|
||||||
(package
|
(package
|
||||||
(inherit timescaledb)
|
(inherit timescaledb)
|
||||||
(inputs (list openssl gnu:postgresql-13))))
|
(inputs (list openssl gnu:postgresql-13))))
|
||||||
|
|
||||||
|
(define-public timescaledb-2.8-pg15
|
||||||
|
(package
|
||||||
|
(inherit timescaledb)
|
||||||
|
(name "timescaledb")
|
||||||
|
(version "2.8.1")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/timescale/timescaledb")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1gbadna0ilmqad7sbrixm12wd71h43njhsbp1kh5lispb6drdb6r"))))
|
||||||
|
(inputs (list openssl gnu:postgresql-15))))
|
||||||
|
|
||||||
|
timescaledb-2.8-pg15
|
||||||
|
|
Loading…
Add table
Reference in a new issue