GNU bug report logs - #58038
[PATCH] gnu: podman: Update to 4.2.1.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 24 Sep 2022 07:15:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#58038: closed (Re: bug#58038: [PATCH] gnu: podman: Update to
 4.2.1.)
Date: Tue, 27 Sep 2022 09:02:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58038: [PATCH] gnu: podman: Update to 4.2.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58038 <at> debbugs.gnu.org.

-- 
58038: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58038
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 58038-done <at> debbugs.gnu.org
Subject: Re: bug#58038: [PATCH] gnu: podman: Update to 4.2.1.
Date: Tue, 27 Sep 2022 11:01:23 +0200
> * gnu/packages/containers.scm (podman): Update to 4.2.1.

Applied, thanks.

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: podman: Update to 4.2.1.
Date: Sat, 24 Sep 2022 15:14:22 +0800
* 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




This bug report was last modified 2 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.