diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-07-22 16:25:44 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-23 10:55:00 +0900 |
| commit | 1930ecee1a1d2ec4e94028ef906c8197ca2bd1d4 (patch) | |
| tree | 1fe4a3d9522d1a6040453339ca230043bcbf9b28 | |
| parent | 01013ad4990d7b7f32fefab605c4a626be8fc6ca (diff) | |
gnu: buildah: Update to 1.44.1.
* gnu/packages/containers.scm (buildah): Update to 1.44.1.
Merges: https://codeberg.org/guix/guix/pulls/10119
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -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 8c8bec2a68f..9b4c4f8a62b 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -1436,7 +1436,7 @@ being rootless and not requiring any daemon to be running.") | |||
| 1436 | (define-public buildah | 1436 | (define-public buildah |
| 1437 | (package | 1437 | (package |
| 1438 | (name "buildah") | 1438 | (name "buildah") |
| 1439 | (version "1.44.0") | 1439 | (version "1.44.1") |
| 1440 | (source | 1440 | (source |
| 1441 | (origin | 1441 | (origin |
| 1442 | (method git-fetch) | 1442 | (method git-fetch) |
| @@ -1444,7 +1444,7 @@ being rootless and not requiring any daemon to be running.") | |||
| 1444 | (url "https://github.com/containers/buildah") | 1444 | (url "https://github.com/containers/buildah") |
| 1445 | (commit (string-append "v" version)))) | 1445 | (commit (string-append "v" version)))) |
| 1446 | (sha256 | 1446 | (sha256 |
| 1447 | (base32 "0khn8vxd9m6mqfx079diry8g9jyjc3dxflx5wa7lk2kqmsazj6zx")) | 1447 | (base32 "0ivy7i0pqzhpsnd38l9favi32vgm0xcsn5bg4cxxqg6yzgw0fshh")) |
| 1448 | (file-name (git-file-name name version)))) | 1448 | (file-name (git-file-name name version)))) |
| 1449 | (build-system gnu-build-system) | 1449 | (build-system gnu-build-system) |
| 1450 | (arguments | 1450 | (arguments |
