all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72530] [PATCH] gnu: crun: Update to 1.16.
@ 2024-08-08 19:28 Tomas Volf
  2024-08-09 19:34 ` bug#72530: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-08-08 19:28 UTC (permalink / raw)
  To: 72530; +Cc: Tomas Volf

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

Change-Id: Ifc51abdad15ed6111db0a34b1146d17ff5de2f8a
---
 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 a9d6c1afdf..3d90279167 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.15")
+    (version "1.16")
     (source
      (origin
        (method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "0zq8vcn2vg9snaqmf8k5gngskiclpm1ln0hhs1vsw8w8igjs2fx0"))))
+         "0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-systemd")

base-commit: fe7cadd7998bf0f7fc3825a5097d0815a9abe871
prerequisite-patch-id: 074da92ffdffd8559f9a942e86659c9a99b3b566
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-09 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08 19:28 [bug#72530] [PATCH] gnu: crun: Update to 1.16 Tomas Volf
2024-08-09 19:34 ` bug#72530: " jgart via Guix-patches via

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.