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