gnu: buildah: Update to 1.35.3.
* gnu/packages/containers.scm (buildah): Update to 1.35.3. Change-Id: I0a00d6a73079ddaa38a454856781adfc2d7f158f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>master
parent
19c1c385c7
commit
4f02e0b7f8
|
@ -580,16 +580,16 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(define-public buildah
|
(define-public buildah
|
||||||
(package
|
(package
|
||||||
(name "buildah")
|
(name "buildah")
|
||||||
(version "1.29.1")
|
(version "1.35.3")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/containers/buildah")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/containers/buildah")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "07hr2cfp4kblnmva02ap97id5nzhbqigdfvx7c8nyrkfzw0340n0"))
|
||||||
"1mcqkz68fjccdla1bgxw57w268a586brm6x28fcm6x425ah0w07h"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/containers/buildah/cmd/buildah"
|
(list #:import-path "github.com/containers/buildah/cmd/buildah"
|
||||||
|
|
Reference in New Issue