all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73189] [PATCH] gnu: crun: Update to 1.17.
@ 2024-09-11 22:10 Tomas Volf
  2024-09-17 15:34 ` bug#73189: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-09-11 22:10 UTC (permalink / raw)
  To: 73189; +Cc: Tomas Volf

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

Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02
---
 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 b8234c43ea..e08f7680cd 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.16.1")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
+         "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-systemd")

base-commit: 816347d97f0a6578198a528b228091685a9cbed3
prerequisite-patch-id: 2fbcfb57b23602fdfa0eb42856d2d6ee37dca310
-- 
2.45.2





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

* bug#73189: [PATCH] gnu: crun: Update to 1.17.
  2024-09-11 22:10 [bug#73189] [PATCH] gnu: crun: Update to 1.17 Tomas Volf
@ 2024-09-17 15:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-17 15:34 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73189-done

Tomas Volf <~@wolfsden.cz> skribis:

> * gnu/packages/containers.scm (crun): Update to 1.17.
>
> Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02

Applied, thanks!




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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 22:10 [bug#73189] [PATCH] gnu: crun: Update to 1.17 Tomas Volf
2024-09-17 15:34 ` bug#73189: " Ludovic Courtès

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.