mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: crun: Update to 1.15.
* gnu/packages/containers.scm (crun): Update to 1.15. Change-Id: I769c15663bf668a967cf32243dd8139b6c949953 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3fd9f25bb3
commit
5c5e2a7491
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ (define-module (gnu packages containers)
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.14.1")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -68,7 +68,7 @@ (define-public crun
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
|
||||
"0zq8vcn2vg9snaqmf8k5gngskiclpm1ln0hhs1vsw8w8igjs2fx0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-systemd")
|
||||
|
|
Loading…
Reference in a new issue