summaryrefslogtreecommitdiff
path: root/gnu/packages/containers.scm
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-08-17 09:18:57 -0400
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-18 18:56:29 +0100
commiteb54cdee2fcd6356cad1f7c02cffdcd93a47f8b1 (patch)
tree1b4a1f61cef01b479ce20a7332a3a4c0787b05fc /gnu/packages/containers.scm
parent9ead61cb5d371ec8848b297dfa8e130694eb6da8 (diff)
gnu: podman: Update to 6.1.0.
* gnu/packages/containers.scm (podman): Update to 6.1.0. Merges: guix/guix!10613 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/containers.scm')
-rw-r--r--gnu/packages/containers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 4e4b8117e8c..beccaca44de 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -1648,7 +1648,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
1648(define-public podman 1648(define-public podman
1649 (package 1649 (package
1650 (name "podman") 1650 (name "podman")
1651 (version "6.0.2") 1651 (version "6.1.0")
1652 (outputs '("out" "docker")) 1652 (outputs '("out" "docker"))
1653 (properties 1653 (properties
1654 `((output-synopsis "docker" "docker alias for podman"))) 1654 `((output-synopsis "docker" "docker alias for podman")))
@@ -1659,7 +1659,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
1659 (url "https://github.com/podman-container-tools/podman") 1659 (url "https://github.com/podman-container-tools/podman")
1660 (commit (string-append "v" version)))) 1660 (commit (string-append "v" version))))
1661 (sha256 1661 (sha256
1662 (base32 "0didfzk85zs7jmih6p7ak9xrdlvxm817zsgrc7wr2amq9aiifmc4")) 1662 (base32 "1vwm2s3ylsdmp550s45wzfmgnc1ckwap8f5nw7rypv0qqkr82fn2"))
1663 (file-name (git-file-name name version)))) 1663 (file-name (git-file-name name version))))
1664 (build-system gnu-build-system) 1664 (build-system gnu-build-system)
1665 (arguments 1665 (arguments