unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58038] [PATCH] gnu: podman: Update to 4.2.1.
@ 2022-09-24  7:14 Hilton Chain via Guix-patches via
  2022-09-27  9:01 ` bug#58038: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-24  7:14 UTC (permalink / raw)
  To: 58038

* gnu/packages/containers.scm (podman): Update to 4.2.1.
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 029f0d4ba4..59eea423a1 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -274,7 +274,7 @@ (define-public cni-plugins
 (define-public podman
   (package
     (name "podman")
-    (version "4.2.0")
+    (version "4.2.1")
     (source
      (origin
        (method git-fetch)
@@ -282,7 +282,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "00wyjppd11hznmals9ax4s2qjklj6p1vfz4jjkp50bk8q4blxfbj"))
+        (base32 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
        (file-name (git-file-name name version))))
 
     (build-system gnu-build-system)

base-commit: a5c876cdb2d9ab79ba5027ffad7893dafbece50b
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58038: [PATCH] gnu: podman: Update to 4.2.1.
  2022-09-24  7:14 [bug#58038] [PATCH] gnu: podman: Update to 4.2.1 Hilton Chain via Guix-patches via
@ 2022-09-27  9:01 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-27  9:01 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 58038-done


> * gnu/packages/containers.scm (podman): Update to 4.2.1.

Applied, thanks.

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-27  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24  7:14 [bug#58038] [PATCH] gnu: podman: Update to 4.2.1 Hilton Chain via Guix-patches via
2022-09-27  9:01 ` bug#58038: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).