This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d74d4d9a2a gnu: gvisor-tap-vsock: Update to 0.8.7.
d74d4d9a2a is described below

commit d74d4d9a2ae3e8fcaf966aacc8ccb2165a4b51f3
Author: Tomas Volf <[email protected]>
AuthorDate: Thu Sep 11 00:27:52 2025 +0200

    gnu: gvisor-tap-vsock: Update to 0.8.7.
    
    * gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.8.7.
    
    Change-Id: Id90c1cba75130b0daec7cfd5ece1f234e3da2692
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 90d55fa0b3..644a06a172 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -463,7 +463,7 @@ configure network interfaces in Linux containers.")
 (define-public gvisor-tap-vsock
   (package
     (name "gvisor-tap-vsock")
-    (version "0.8.6")
+    (version "0.8.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -472,7 +472,7 @@ configure network interfaces in Linux containers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18pwpw3dap42mpv5a1ciq6fh0y8ya5ix7r38bi8i1xc7dxcy3jdj"))))
+                "1p9vypphssvqfcm3y2nc7b9v0wcc2smkrqq8k60vskaiza89974k"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to