gnu: crun: Update to 1.17.

* gnu/packages/containers.scm (crun): Update to 1.17.

Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tomas Volf 2024-09-12 00:10:11 +02:00 committed by Ludovic Courtès
parent 2081439c12
commit 871a744e97
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -67,7 +67,7 @@
(define-public crun
(package
(name "crun")
(version "1.16.1")
(version "1.17")
(source
(origin
(method url-fetch)
@ -77,7 +77,7 @@
"/crun-" version ".tar.gz"))
(sha256
(base32
"17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
"0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")