[PATCH] gnu: podman: Update to 5.6.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote on 10 Sep 15:22 -0700
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
3c6b57aebf5c25d2432e86b1a6bae8208cf37e07.1757542920.git.~@wolfsden.cz
* gnu/packages/containers.scm (podman): Update to 5.6.1.

Change-Id: Ia02738280847176e8c9c094903eb23facc543d97
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 58834f3024..59f2eba77e 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -550,7 +550,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.6.0")
+ (version "5.6.1")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")
@@ -563,7 +563,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1w5p76ynhlayvala76xsh1b1sv8w50fjp02sjm819mg98scbc3fk"))
+ (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.50.1
A
A
Andreas Enge wrote on 20 Sep 07:36 -0700
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 79427-done@debbugs.gnu.org)
aM679rUJr11f5hB2@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 79427@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 79427
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch