unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3.
@ 2024-02-13 10:54 Tomas Volf
  2024-02-14 13:34 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-02-13 10:54 UTC (permalink / raw)
  To: 69099; +Cc: Tomas Volf

* 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





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

end of thread, other threads:[~2024-02-14 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 10:54 [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3 Tomas Volf
2024-02-14 13:34 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).