all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70851] [PATCH] gnu: slirp4netns: Update to 1.3.0.
@ 2024-05-09 22:26 Tomas Volf
  2024-05-13  9:12 ` bug#70851: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-05-09 22:26 UTC (permalink / raw)
  To: 70851; +Cc: Tomas Volf

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

Change-Id: I1f9c75a6e3dab996465879cf6734799a8b9e9d53
---
 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 31260c5c0a..9b28ab05de 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -240,7 +240,7 @@ (define-public libslirp
 (define-public slirp4netns
   (package
     (name "slirp4netns")
-    (version "1.2.3")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -248,7 +248,7 @@ (define-public slirp4netns
              (url "https://github.com/rootless-containers/slirp4netns")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0czvdsdv821fz4jd9rgrlkdhhjna6frawr8klvx3k2cfh444fbii"))
+        (base32 "1zwahs9fpb61h708k416l6brihgjl6z8ms0jbz4rvw7q34k2c8vw"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.41.0





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

* bug#70851: [PATCH] gnu: slirp4netns: Update to 1.3.0.
  2024-05-09 22:26 [bug#70851] [PATCH] gnu: slirp4netns: Update to 1.3.0 Tomas Volf
@ 2024-05-13  9:12 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-13  9:12 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 70851-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (slirp4netns): Update to 1.3.0.
>
> Change-Id: I1f9c75a6e3dab996465879cf6734799a8b9e9d53
> ---
>  gnu/packages/containers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
d86b6233d5ab2afe6ad46c08ecf4644b49695ed1.

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-05-13  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 22:26 [bug#70851] [PATCH] gnu: slirp4netns: Update to 1.3.0 Tomas Volf
2024-05-13  9:12 ` bug#70851: " 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.