timescaledb 2.11.0

This commit is contained in:
Jean-François GUILLAUME 2023-06-11 10:53:52 +00:00
commit 4ffa5fc6bd

View file

@ -13,14 +13,14 @@
(define-public timescaledb (define-public timescaledb
(package (package
(name "timescaledb") (name "timescaledb")
(version "2.10.3") (version "2.11.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(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 (base32 "1yc98wmk5m0g3sl9sgv6fwbmmabpryxxmi5d5chs931n90y773l0")))) (sha256 (base32 "1q5qwbldnn5f0sdji5m0mim5qdh6y714cqpvg90gk77pgivqw008"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:imported-modules `((guix build union) (list #:imported-modules `((guix build union)