mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump timescaledb to 2.10.0
This commit is contained in:
parent
e4eee05ea7
commit
b56872396f
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
(define-public timescaledb
|
(define-public timescaledb
|
||||||
(package
|
(package
|
||||||
(name "timescaledb")
|
(name "timescaledb")
|
||||||
(version "2.9.3")
|
(version "2.10.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 "0ybrd1h8cjfhvvld6s1p82jwifmd8grl9abv3626dzx59nrgyjbr"))))
|
(sha256 (base32 "0xyvqi5r5v9h1gws0gs2z5i44854dnf15finv9pn5wjgpzhdxyfw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:imported-modules `((guix build union)
|
(list #:imported-modules `((guix build union)
|
||||||
|
|
Loading…
Add table
Reference in a new issue