mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: crun: Update to 1.16.1.
* gnu/packages/containers.scm (crun): Update to 1.16.1. Change-Id: I97649a026128421e4c805f0bad67520b643d5e37 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
030fad23b4
commit
4a14e03cf6
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ (define-module (gnu packages containers)
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.16")
|
||||
(version "1.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -77,7 +77,7 @@ (define-public crun
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
|
||||
"17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-systemd")
|
||||
|
|
Loading…
Reference in a new issue