Tomas Volf <~@wolfsden.cz> writes: > * gnu/packages/containers.scm (crun): Update to 1.18. > > Change-Id: Ie5dd6293804b1edf74a63015de37a3d2098512b4 > --- > gnu/packages/containers.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm > index 891e7339e7..e10459abff 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.17") > + (version "1.18") > (source > (origin > (method url-fetch) > @@ -77,7 +77,7 @@ (define-public crun > "/crun-" version ".tar.gz")) > (sha256 > (base32 > - "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp")))) > + "0alhcdbb83bsqnvy50p9cjnmslxfmxsyk1b66whd62p5a2rp0fx8")))) > (build-system gnu-build-system) > (arguments > `(#:configure-flags '("--disable-systemd") push, and use G-expressions.