[PATCH] gnu: podman: Update to 5.5.1.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote on 9 Jun 10:01 -0700
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
0c5f1d569b7644af27edc90e7c161926654c3f9d.1749488485.git.~@wolfsden.cz
* gnu/packages/containers.scm (podman): Update to 5.5.1.

Change-Id: Ie271e74235569a3c39ba0a8700f88d56ecb587f8
---
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 368f8332df..a67b3a2748 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -478,7 +478,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.5.0")
+ (version "5.5.1")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")))
@@ -489,7 +489,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "0ackw202dnydxzpa52i6vcp1m5g1p5s9kq9s639ih5nk4qvzba87"))
+ (base32 "0ka8j2vi4nip8817aw3xyra9izcmx189av65yd1ws0f0107qblgx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.49.0
A
A
Andreas Enge wrote on 12 Jun 05:00 -0700
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 78733-done@debbugs.gnu.org)
aErBaK0_vys2xkag@jurong
Pushed, thanks!

Andreas
Closed
L
L
Ludovic Courtès wrote on 12 Jun 00:52 -0700
Re: [bug#78733] [PATCH] gnu: podman: Update to 5.5.1.
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 78733-done@debbugs.gnu.org)
87jz5hflbx.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (4 lines)
> * gnu/packages/containers.scm (podman): Update to 5.5.1.
>
> Change-Id: Ie271e74235569a3c39ba0a8700f88d56ecb587f8

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 78733
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