me
/
guix
Archived
1
0
Fork 0

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
Tomas Volf 2024-05-10 00:23:13 +02:00 committed by Sharlatan Hellseher
parent 19c1c385c7
commit 4f02e0b7f8
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 10 additions and 10 deletions

View File

@ -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"