mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
timescaledb 2.11.0
This commit is contained in:
parent
21f0c3095d
commit
f793a6ec74
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
|||
(define-public timescaledb
|
||||
(package
|
||||
(name "timescaledb")
|
||||
(version "2.10.3")
|
||||
(version "2.11.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 "1yc98wmk5m0g3sl9sgv6fwbmmabpryxxmi5d5chs931n90y773l0"))))
|
||||
(sha256 (base32 "1q5qwbldnn5f0sdji5m0mim5qdh6y714cqpvg90gk77pgivqw008"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:imported-modules `((guix build union)
|
||||
|
|
Loading…
Add table
Reference in a new issue