all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69099@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3.
Date: Tue, 13 Feb 2024 11:54:25 +0100	[thread overview]
Message-ID: <4c432a675525e76c5ade8867bb89f93d8311498f.1707821665.git.~@wolfsden.cz> (raw)

* gnu/packages/containers.scm (slirp4netns): Update to 1.2.3.

Change-Id: I103b697069e631653e9063ee42456d0d0e898900
---
 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 a3aa9ac1db..aef4d0ed03 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -221,7 +221,7 @@ (define-public libslirp
 (define-public slirp4netns
   (package
     (name "slirp4netns")
-    (version "1.2.0")
+    (version "1.2.3")
     (source
      (origin
        (method git-fetch)
@@ -229,7 +229,7 @@ (define-public slirp4netns
              (url "https://github.com/rootless-containers/slirp4netns")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1rlzwp5fx1x3q179j9s2jp02imjag5pgj333z110nrvi7azl22l8"))
+        (base32 "0czvdsdv821fz4jd9rgrlkdhhjna6frawr8klvx3k2cfh444fbii"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.41.0





             reply	other threads:[~2024-02-13 10:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-13 10:54 Tomas Volf [this message]
2024-02-14 13:34 ` [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3 Christopher Baines

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='4c432a675525e76c5ade8867bb89f93d8311498f.1707821665.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69099@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.