all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69229] [PATCH] gnu: crun: Update to 1.14.3.
@ 2024-02-17 14:01 Tomas Volf
  0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-02-17 14:01 UTC (permalink / raw)
  To: 69229; +Cc: Tomas Volf

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

Change-Id: I735e9290e9c65fde692d9e9925b118cd4f675dea
---
 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 2b5acdc3bc..b19fa802ac 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -56,7 +56,7 @@ (define-module (gnu packages containers)
 (define-public crun
   (package
     (name "crun")
-    (version "1.14.1")
+    (version "1.14.3")
     (source
      (origin
        (method url-fetch)
@@ -66,7 +66,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
+         "11g5ap856493n576kac7jhyc8bg50j7il69za5n07pp97bqljf67"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-systemd")

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-18 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 14:01 [bug#69229] [PATCH] gnu: crun: Update to 1.14.3 Tomas Volf

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.