[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: buildah: Update to 1.38.0.
From: |
guix-commits |
Subject: |
05/08: gnu: buildah: Update to 1.38.0. |
Date: |
Sat, 23 Nov 2024 20:10:43 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 38ef607b5176ecce8ae077fc154b5910d2714063
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Thu Nov 21 15:08:11 2024 +0100
gnu: buildah: Update to 1.38.0.
* gnu/packages/containers.scm (buildah): Update to 1.38.0.
[native-inputs]: Use go-1.22.
Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
gnu/packages/containers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index adae2f5bfc..c883592be6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -606,7 +606,7 @@ being rootless and not requiring any daemon to be running.")
(define-public buildah
(package
(name "buildah")
- (version "1.37.5")
+ (version "1.38.0")
(source
(origin
(method git-fetch)
@@ -614,7 +614,7 @@ being rootless and not requiring any daemon to be running.")
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
+ (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -684,7 +684,7 @@ being rootless and not requiring any daemon to be running.")
lvm2))
(native-inputs
(list bats
- go-1.21
+ go-1.22
go-github-com-go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")
- branch master updated (36831c2624 -> 047967c42f), guix-commits, 2024/11/23
- 05/08: gnu: buildah: Update to 1.38.0.,
guix-commits <=
- 06/08: gnu: skopeo: Update to 1.17.0., guix-commits, 2024/11/23
- 02/08: gnu: Add lld-19., guix-commits, 2024/11/23
- 01/08: gnu: Add llvm-19., guix-commits, 2024/11/23
- 04/08: gnu: ugrep: Update to 7.1.0., guix-commits, 2024/11/23
- 07/08: gnu: ngtcp2: Update to 1.9.0., guix-commits, 2024/11/23
- 08/08: gnu: podman: Update to 5.3.1., guix-commits, 2024/11/23
- 03/08: gnu: LLVM, Clang, libomp, lld: Update to 19.1.4., guix-commits, 2024/11/23