[PATCH] gnu: buildah: Update to 1.40.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote on 9 Jun 10:03 -0700
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
ad04f2f12dbd7a8ed2086c4165a5d9f4a4f3fabe.1749488591.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.40.1.

Change-Id: Icd910e76c698625c983f1577c20c39d404970747
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 368f8332df..418ac1e3bc 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -634,7 +634,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.40.0")
+ (version "1.40.1")
(source
(origin
(method git-fetch)
@@ -642,7 +642,7 @@ (define-public buildah
(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
--
2.49.0
A
A
Andreas Enge wrote on 13 Jun 11:17 -0700
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 78734-done@debbugs.gnu.org)
aExrRUe_bdSEeVO8@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 78734@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 78734
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch