all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 73960@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#73960] [PATCH] gnu: crun: Update to 1.18.
Date: Wed, 23 Oct 2024 02:04:57 +0200	[thread overview]
Message-ID: <ec046e7ef96f02af25776468305df045fb11fba4.1729641897.git.~@wolfsden.cz> (raw)

* 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")
-- 
2.46.0





             reply	other threads:[~2024-10-23  0:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-23  0:04 Tomas Volf [this message]
2024-10-23 16:10 ` bug#73960: [PATCH] gnu: crun: Update to 1.18 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ec046e7ef96f02af25776468305df045fb11fba4.1729641897.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=73960@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.