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

@ -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"))