update podman and timescaledb

This commit is contained in:
Jean-François GUILLAUME 2024-01-09 12:06:38 +01:00
parent 8398a7e048
commit ed5dc9903c
GPG key ID: 38751DAE145EFB5A
3 changed files with 34 additions and 6 deletions

View file

@ -13,14 +13,14 @@
(define-public timescaledb
(package
(name "timescaledb")
(version "2.11.0")
(version "2.13.1")
(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 "1q5qwbldnn5f0sdji5m0mim5qdh6y714cqpvg90gk77pgivqw008"))))
(sha256 (base32 "1qs97c70rlmsi15mwlknk3p6bs1zm7z4pl4qwwpgqzvwrlgixqzc"))))
(build-system cmake-build-system)
(arguments
(list #:imported-modules `((guix build union)
@ -111,12 +111,40 @@
(package
(inherit timescaledb)
(name "timescaledb")
(version "2.10.0")
(version "2.10.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 "0xyvqi5r5v9h1gws0gs2z5i44854dnf15finv9pn5wjgpzhdxyfw"))))
(sha256 (base32 "1yc98wmk5m0g3sl9sgv6fwbmmabpryxxmi5d5chs931n90y773l0"))))
(inputs (list openssl gnu:postgresql-15))))
(define-public timescaledb-2.11
(package
(inherit timescaledb)
(name "timescaledb")
(version "2.11.2")
(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 "1dqvqbp04xs69px999wk4n99hiniiiq8829xhp9w5nb5dfsg6rvk"))))
(inputs (list openssl gnu:postgresql-15))))
(define-public timescaledb-2.12
(package
(inherit timescaledb)
(name "timescaledb")
(version "2.12.2")
(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 "0n1hlrjbga7gh5l84s5v5ibhij2jg4b3hjwmpa9ig4m6q28y14bd"))))
(inputs (list openssl gnu:postgresql-15))))