This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c69b54b2fa gnu: buildah: Update to 1.41.4.
c69b54b2fa is described below

commit c69b54b2fa20941317652bc4f711c8b985269297
Author: Tomas Volf <[email protected]>
AuthorDate: Thu Sep 11 00:25:56 2025 +0200

    gnu: buildah: Update to 1.41.4.
    
    * gnu/packages/containers.scm (buildah): Update to 1.41.4.
    
    Change-Id: I44cee867dc4cfbde04e5ff81b4fceb443451ee91
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 2a55cafb8f..90d55fa0b3 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -708,7 +708,7 @@ being rootless and not requiring any daemon to be running.")
 (define-public buildah
   (package
     (name "buildah")
-    (version "1.41.1")
+    (version "1.41.4")
     (source
      (origin
        (method git-fetch)
@@ -716,7 +716,7 @@ being rootless and not requiring any daemon to be running.")
              (url "https://github.com/containers/buildah";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "12mi2084dmk8hg35chfbfbdl1s9ibsq000hhi1n9f0ibk177y6qw"))
+        (base32 "0gca1zv98c58z6c06ckgg63mm2305b1qzavxfmlgmj8s4f72g3zh"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to