all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72607] [PATCH] gnu: buildah: Update to 1.37.1.
@ 2024-08-13 20:18 Tomas Volf
  2024-08-14 10:27 ` bug#72607: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-08-13 20:18 UTC (permalink / raw)
  To: 72607; +Cc: Tomas Volf

* 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





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

* bug#72607: [PATCH] gnu: buildah: Update to 1.37.1.
  2024-08-13 20:18 [bug#72607] [PATCH] gnu: buildah: Update to 1.37.1 Tomas Volf
@ 2024-08-14 10:27 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-08-14 10:27 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 72607-done

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

Tomas Volf <~@wolfsden.cz> writes:

> * 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(-)

Thanks for the patch, I've pushed this to master as
fa503862b26e47e938f8d1a202302e30906af740.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-08-14 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 20:18 [bug#72607] [PATCH] gnu: buildah: Update to 1.37.1 Tomas Volf
2024-08-14 10:27 ` bug#72607: " Christopher Baines

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.