bump timescaledb to 2.10.0

This commit is contained in:
Jean-François GUILLAUME 2023-02-23 09:55:25 +01:00
parent e4eee05ea7
commit b56872396f
GPG key ID: 38751DAE145EFB5A

View file

@ -13,14 +13,14 @@
(define-public timescaledb
(package
(name "timescaledb")
(version "2.9.3")
(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 "0ybrd1h8cjfhvvld6s1p82jwifmd8grl9abv3626dzx59nrgyjbr"))))
(sha256 (base32 "0xyvqi5r5v9h1gws0gs2z5i44854dnf15finv9pn5wjgpzhdxyfw"))))
(build-system cmake-build-system)
(arguments
(list #:imported-modules `((guix build union)