all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 72607@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#72607] [PATCH] gnu: buildah: Update to 1.37.1.
Date: Tue, 13 Aug 2024 22:18:12 +0200	[thread overview]
Message-ID: <d304e02bbe73ec2473219439463eb488210370d9.1723580292.git.~@wolfsden.cz> (raw)

* gnu/packages/containers.scm (buildah): Update to 1.37.1.

Change-Id: I1243c37b61a901e716730ce7fc6e3bc957cfafb3
---
 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 3d90279167..58702f64ac 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -608,7 +608,7 @@ (define-public podman-compose
 (define-public buildah
   (package
     (name "buildah")
-    (version "1.37.0")
+    (version "1.37.1")
     (source
      (origin
        (method git-fetch)
@@ -616,7 +616,7 @@ (define-public buildah
              (url "https://github.com/containers/buildah")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
+        (base32 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 803fe46921f8c41b9ba6030865a1ff3998fbe8b7
-- 
2.45.2





             reply	other threads:[~2024-08-13 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-13 20:18 Tomas Volf [this message]
2024-08-14 10:27 ` bug#72607: [PATCH] gnu: buildah: Update to 1.37.1 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='d304e02bbe73ec2473219439463eb488210370d9.1723580292.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=72607@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.