Merge branch 'devel' into 'main'

timescaledb 2.8.1 pgsql 14...

See merge request glicid-public/guix-glicid!200
This commit is contained in:
Jean-François GUILLAUME 2023-02-03 14:53:58 +00:00
commit 2c368a9615

View file

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