[PATCH] gnu: crun: Update to 1.17.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 6 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
18b93bf9bb0eb5cf7b58e484430a9d5fff95dab7.1726092611.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.17.

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

Toggle diff (27 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index b8234c43ea..e08f7680cd 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -67,7 +67,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.16.1")
+ (version "1.17")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
+ "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")

base-commit: 816347d97f0a6578198a528b228091685a9cbed3
prerequisite-patch-id: 2fbcfb57b23602fdfa0eb42856d2d6ee37dca310
--
2.45.2
Ludovic Courtès wrote 6 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73189-done@debbugs.gnu.org)
878qvq9tve.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (4 lines)
> * gnu/packages/containers.scm (crun): Update to 1.17.
>
> Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 73189
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