all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72308] [PATCH] gnu: buildah: Update to 1.37.0.
@ 2024-07-26 18:11 Tomas Volf
  2024-07-30  6:44 ` bug#72308: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-07-26 18:11 UTC (permalink / raw)
  To: 72308; +Cc: Tomas Volf

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

Change-Id: I2717b8ebbd63c40938c90b2821c199d2025b849c
---
 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 a9e9b10fa4..f56bbc1567 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -606,7 +606,7 @@ (define-public podman-compose
 (define-public buildah
   (package
     (name "buildah")
-    (version "1.36.0")
+    (version "1.37.0")
     (source
      (origin
        (method git-fetch)
@@ -614,7 +614,7 @@ (define-public buildah
              (url "https://github.com/containers/buildah")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1m02ncnjzvhl7rfwrxixs3qj316wkn1yq27nxa6vryih1gsndm89"))
+        (base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 989c2134e96ca2ea7fa8c81e07426d50b4df92d9
prerequisite-patch-id: f73ce610143ee13b1c8f1dead8d0a80c3c3a6640
-- 
2.45.2





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

end of thread, other threads:[~2024-07-30  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 18:11 [bug#72308] [PATCH] gnu: buildah: Update to 1.37.0 Tomas Volf
2024-07-30  6:44 ` bug#72308: " Zheng Junjie

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.