gnu: podman: Update to 4.4.1.
* gnu/packages/containers.scm (podman): Update to 4.4.1. [native-inputs]: Replace go to go-1.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
137390e66c
commit
5ed49cc42b
|
@ -311,7 +311,7 @@ configure network interfaces in Linux containers.")
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "4.3.1")
|
(version "4.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -323,7 +323,7 @@ configure network interfaces in Linux containers.")
|
||||||
(snippet '(substitute* "Makefile"
|
(snippet '(substitute* "Makefile"
|
||||||
((".*hack/btrfs.*") "")))
|
((".*hack/btrfs.*") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
|
(base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
@ -385,7 +385,7 @@ configure network interfaces in Linux containers.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bats
|
(list bats
|
||||||
git
|
git
|
||||||
go
|
go-1.19
|
||||||
; strace ; XXX debug
|
; strace ; XXX debug
|
||||||
pkg-config
|
pkg-config
|
||||||
python))
|
python))
|
||||||
|
|
Reference in New Issue