[PATCH] gnu: crun: Update to 1.14.3.

  • Done
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
30b40ecb2834303881bfe6a1d889ca3a9d87c309.1708178509.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.14.3.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 2b5acdc3bc..b19fa802ac 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -56,7 +56,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.14.1")
+ (version "1.14.3")
(source
(origin
(method url-fetch)
@@ -66,7 +66,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
+ "11g5ap856493n576kac7jhyc8bg50j7il69za5n07pp97bqljf67"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
--
2.41.0
Tomas Volf wrote 12 months ago
control message for bug #69229
(address . control@debbugs.gnu.org)
878r25ewl6.fsf@wolfsden.cz
close 69229
quit

I will send new patch series that updates to 1.14.4 anyway, so closing
this.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69229@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69229
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help