all messages for Guix-related lists mirrored at yhetil.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

* [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3.
  2024-02-13 10:54 [bug#69099] [PATCH] gnu: slirp4netns: Update to 1.2.3 Tomas Volf
@ 2024-02-14 13:34 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-02-14 13:34 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 69099-done, 69099

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]


Tomas Volf <~@wolfsden.cz> writes:

> * 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(-)

Thanks for the patch, I've pushed this to master as
b9868463f63bcaeb42cd1dcc869b3cfca440c8cf.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[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 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.