emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61384: closed ([PATCH] gnu: podman: Update to 4.4.1.)


From: GNU bug Tracking System
Subject: bug#61384: closed ([PATCH] gnu: podman: Update to 4.4.1.)
Date: Mon, 27 Feb 2023 14:48:01 +0000

Your message dated Mon, 27 Feb 2023 15:47:34 +0100
with message-id <87ilfnjhbt.fsf@gnu.org>
and subject line Re: bug#61384: [PATCH] gnu: podman: Update to 4.4.1.
has caused the debbugs.gnu.org bug report #61384,
regarding [PATCH] gnu: podman: Update to 4.4.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61384: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61384
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: podman: Update to 4.4.1. Date: Thu, 09 Feb 2023 16:43:02 +0800
* gnu/packages/containers.scm (podman): Update to 4.4.1.
[native-inputs]: Replace go to go-1.19.
---
 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 3982f4f059..1230a4e919 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -311,7 +311,7 @@ (define-public cni-plugins
 (define-public podman
   (package
     (name "podman")
-    (version "4.3.1")
+    (version "4.4.1")
     (source
      (origin
        (method git-fetch)
@@ -323,7 +323,7 @@ (define-public podman
        (snippet '(substitute* "Makefile"
                    ((".*hack/btrfs.*") "")))
        (sha256
-        (base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
+        (base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj"))
        (file-name (git-file-name name version))))
 
     (build-system gnu-build-system)
@@ -385,7 +385,7 @@ (define-public podman
     (native-inputs
      (list bats
            git
-           go
+           go-1.19
            ; strace ; XXX debug
            pkg-config
            python))

base-commit: 8a2c2eaa906bd12d9c804ba18ac305b9719507ef
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#61384: [PATCH] gnu: podman: Update to 4.4.1. Date: Mon, 27 Feb 2023 15:47:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/packages/containers.scm (podman): Update to 4.4.1.
> [native-inputs]: Replace go to go-1.19.

Applied, thanks!

For some reason qa.guix hadn’t picked it up but I’ve built it locally
on x86_64 just fine.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]