diff options
author | Tomas Volf <[email protected]> | 2025-01-22 21:05:36 +0100 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-24 13:23:27 +0800 |
commit | bb441581d151fd9747a607ecffa4f81ebe20287d (patch) | |
tree | 74e7998cf45d4e3e09edf088e6aee9e6179da642 | |
parent | dc705231524c7787e3a602af088359b9e0fdc88c (diff) |
gnu: buildah: Update to 1.38.1.
* gnu/packages/containers.scm (buildah): Update to 1.38.1.
Change-Id: I2aca88910aff3c4abab9fcef473da9ef2e6a6ed0
Signed-off-by: Zheng Junjie <[email protected]>
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 51b2d03592..b38994ad21 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -626,7 +626,7 @@ being rootless and not requiring any daemon to be running.") (define-public buildah (package (name "buildah") - (version "1.38.0") + (version "1.38.1") (source (origin (method git-fetch) @@ -634,7 +634,7 @@ being rootless and not requiring any daemon to be running.") (url "https://github.com/containers/buildah") (commit (string-append "v" version)))) (sha256 - (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8")) + (base32 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |