updating timescaledb

This commit is contained in:
Jean-François GUILLAUME 2023-02-09 08:43:53 +01:00
parent d0970eaaa6
commit 503dd9cb74
GPG key ID: 38751DAE145EFB5A
2 changed files with 91 additions and 127 deletions

View file

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