mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: buildah: Update to 1.41.0.
* gnu/packages/containers.scm (buildah): Update to 1.41.0. Change-Id: I047ae322a3c0e24d9bb9c85cbaaf8516a22180bd Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b8c2d5756b
commit
b7ac124f3c
1 changed files with 2 additions and 2 deletions
|
|
@ -684,7 +684,7 @@ being rootless and not requiring any daemon to be running.")
|
|||
(define-public buildah
|
||||
(package
|
||||
(name "buildah")
|
||||
(version "1.40.1")
|
||||
(version "1.41.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -692,7 +692,7 @@ being rootless and not requiring any daemon to be running.")
|
|||
(url "https://github.com/containers/buildah")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "109xvnx65gbajxipq2h0669bzzxyc6hfmdcijgngijxj5kwx5cgq"))
|
||||
(base32 "12vl3g5h9m9pw0zpi88j7sjx0db8ardigh2x8h3a3qa9m5hlnqnb"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue