mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
timescaledb 2.10.0
This commit is contained in:
commit
36a80b638c
1 changed files with 14 additions and 0 deletions
|
@ -106,3 +106,17 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "1gbadna0ilmqad7sbrixm12wd71h43njhsbp1kh5lispb6drdb6r"))))
|
||||
(inputs (list openssl gnu:postgresql-14))))
|
||||
|
||||
(define-public timescaledb-2.10
|
||||
(package
|
||||
(inherit timescaledb)
|
||||
(name "timescaledb")
|
||||
(version "2.10.0")
|
||||
(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 "0xyvqi5r5v9h1gws0gs2z5i44854dnf15finv9pn5wjgpzhdxyfw"))))
|
||||
(inputs (list openssl gnu:postgresql-15))))
|
||||
|
|
Loading…
Add table
Reference in a new issue