This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7b240f554d gnu: crun: Update to 1.24.
7b240f554d is described below

commit 7b240f554d11c4ebfe86bc908900949e1eea2bf1
Author: Tomas Volf <[email protected]>
AuthorDate: Thu Sep 11 00:24:06 2025 +0200

    gnu: crun: Update to 1.24.
    
    * gnu/packages/containers.scm (crun): Update to 1.24.
    
    Change-Id: Iba1d53f44153ceb5d12f5376fd0add901003916e
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 59f2eba77e..2a55cafb8f 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -75,7 +75,7 @@
 (define-public crun
   (package
     (name "crun")
-    (version "1.23.1")
+    (version "1.24")
     (source
      (origin
        (method url-fetch)
@@ -85,7 +85,7 @@
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "1y23fz82d7zaa2svyzjhfhahl6l0a3yrasfbcfacplhkwk7bflnp"))))
+         "0lnfvwxq14pyqyxx56bdr7k4h3l99imc9vynxram7fh0chxf7dlh"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to