all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 74945@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#74945] [PATCH] gnu: crun: Update to 1.19.1.
Date: Wed, 18 Dec 2024 14:11:59 +0100	[thread overview]
Message-ID: <6342ff3624fe56de93319ed0da24e2f253ccff2f.1734527519.git.~@wolfsden.cz> (raw)

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

Change-Id: I6e10bcf654e53f45ad170b1751052bc34953b5ec
---
 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 9408f9b353..5016cf5015 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -68,7 +68,7 @@ (define-module (gnu packages containers)
 (define-public crun
   (package
     (name "crun")
-    (version "1.19")
+    (version "1.19.1")
     (source
      (origin
        (method url-fetch)
@@ -78,7 +78,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
+         "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0





                 reply	other threads:[~2024-12-18 13:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='6342ff3624fe56de93319ed0da24e2f253ccff2f.1734527519.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=74945@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.