mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
update podman and timescaledb
This commit is contained in:
parent
8398a7e048
commit
ed5dc9903c
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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue