mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
update podman and timescaledb
This commit is contained in:
commit
1196b0f056
3 changed files with 34 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
(package
|
||||
(inherit gnu:podman)
|
||||
(name "podman")
|
||||
(version "4.8.2")
|
||||
(version "4.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -30,7 +30,7 @@
|
|||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "06sif830kf1p9bk5znfar3naqv81prsxf6p0vw3g7gd8mdm946d5"))
|
||||
(sha256 (base32 "0k34nicf331qmryj0zs5vzdf6wsk5hhw6dqawmk5axsy282xv0j3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "Makefile" (("all: binaries docs") "all: binaries"))
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue