diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-02-15 17:10:27 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-14 16:18:22 +0100 |
| commit | fe9340179bdcf7c2ffddff392d878bb0282a27a1 (patch) | |
| tree | dc2b1c1b584f1dbfbad2a207595bd702bab51c95 /gnu | |
| parent | f4298f390b787411acc6587e0c5e91e89644469a (diff) | |
gnu: buildah: Update to 1.43.0.
* gnu/packages/containers.scm (buildah): Update to 1.43.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 aa65777c25b..bf931cced35 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -872,7 +872,7 @@ being rootless and not requiring any daemon to be running.") | |||
| 872 | (define-public buildah | 872 | (define-public buildah |
| 873 | (package | 873 | (package |
| 874 | (name "buildah") | 874 | (name "buildah") |
| 875 | (version "1.42.1") | 875 | (version "1.43.0") |
| 876 | (source | 876 | (source |
| 877 | (origin | 877 | (origin |
| 878 | (method git-fetch) | 878 | (method git-fetch) |
| @@ -880,7 +880,7 @@ being rootless and not requiring any daemon to be running.") | |||
| 880 | (url "https://github.com/containers/buildah") | 880 | (url "https://github.com/containers/buildah") |
| 881 | (commit (string-append "v" version)))) | 881 | (commit (string-append "v" version)))) |
| 882 | (sha256 | 882 | (sha256 |
| 883 | (base32 "1agblw09yw4pc81c2nsjy3j83gznn4micyjyrgpqxlmp93w5w5h0")) | 883 | (base32 "0pwdd0mxhxy530c2sbsz0rnnb1jyl41rvnqn9ywfgb6lz5f4ja2a")) |
| 884 | (file-name (git-file-name name version)))) | 884 | (file-name (git-file-name name version)))) |
| 885 | (build-system gnu-build-system) | 885 | (build-system gnu-build-system) |
| 886 | (arguments | 886 | (arguments |
