summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKonstantin Suntsov <protvin@disroot.org>2026-08-10 02:24:50 +0500
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 11:30:24 +0100
commiteb94d2742e9371b0a3b2c433bacc9d9fffba1f3d (patch)
treeac58375d5fcff5bd0cabec8b2fc3d6bf31522e32 /gnu
parent8911bcd0fd923c741c78c0973b088f1dd8eba1ba (diff)
gnu: podman: Update to 6.0.2.
* gnu/packages/containers.scm (podman): Update to 6.0.2. Relates-to: guix/guix!10452 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/containers.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index d9668e402c7..fb341508ffd 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -20,6 +20,7 @@
20;;; Copyright © 2024-2026 Tomas Volf <~@wolfsden.cz> 20;;; Copyright © 2024-2026 Tomas Volf <~@wolfsden.cz>
21;;; Copyright © 2025, 2026 Foster Hangdaan <foster@hangdaan.email> 21;;; Copyright © 2025, 2026 Foster Hangdaan <foster@hangdaan.email>
22;;; Copyright © 2026 Giacomo Leidi <therewasa@fishinthecalculator.me> 22;;; Copyright © 2026 Giacomo Leidi <therewasa@fishinthecalculator.me>
23;;; Copyright © 2026 Konstantin Suntsov <protvin@disroot.org>
23;;; 24;;;
24;;; This file is part of GNU Guix. 25;;; This file is part of GNU Guix.
25;;; 26;;;
@@ -1647,7 +1648,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
1647(define-public podman 1648(define-public podman
1648 (package 1649 (package
1649 (name "podman") 1650 (name "podman")
1650 (version "6.0.1") 1651 (version "6.0.2")
1651 (outputs '("out" "docker")) 1652 (outputs '("out" "docker"))
1652 (properties 1653 (properties
1653 `((output-synopsis "docker" "docker alias for podman"))) 1654 `((output-synopsis "docker" "docker alias for podman")))
@@ -1658,7 +1659,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
1658 (url "https://github.com/podman-container-tools/podman") 1659 (url "https://github.com/podman-container-tools/podman")
1659 (commit (string-append "v" version)))) 1660 (commit (string-append "v" version))))
1660 (sha256 1661 (sha256
1661 (base32 "1jkvaxx5857djqvfc1vd5pdw84xg7ch3fpzb0ia1l1hcwa132jhi")) 1662 (base32 "0didfzk85zs7jmih6p7ak9xrdlvxm817zsgrc7wr2amq9aiifmc4"))
1662 (file-name (git-file-name name version)))) 1663 (file-name (git-file-name name version))))
1663 (build-system gnu-build-system) 1664 (build-system gnu-build-system)
1664 (arguments 1665 (arguments