unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73482] [PATCH] gnu: buildah: Update to 1.37.3.
@ 2024-09-25 19:02 Tomas Volf
  0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-09-25 19:02 UTC (permalink / raw)
  To: 73482; +Cc: Tomas Volf

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

Change-Id: I288ced933eede5fc7d79c5d2ac9655ceb82750a0
---
 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 96fe4cccf4..2a7d170aac 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.37.1")
+    (version "1.37.3")
     (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 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
+        (base32 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-25 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 19:02 [bug#73482] [PATCH] gnu: buildah: Update to 1.37.3 Tomas Volf

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).