unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72289] [PATCH] gnu: gvisor-tap-vsock: Update to 0.7.4.
@ 2024-07-25 14:35 Tomas Volf
  2024-10-06 14:39 ` [bug#72289] [PATCH v2] gnu: gvisor-tap-vsock: Update to 0.7.5 Tomas Volf
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-07-25 14:35 UTC (permalink / raw)
  To: 72289; +Cc: Tomas Volf

* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.7.4.
[native-inputs]: Use go-1.21.

Change-Id: I9d8068d6bbc08351a7da64f26e4f0f623bbbc01c
---
 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a80596aa53..a9e9b10fa4 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -386,7 +386,7 @@ (define-public cni-plugins
 (define-public gvisor-tap-vsock
   (package
     (name "gvisor-tap-vsock")
-    (version "0.7.3")
+    (version "0.7.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -395,7 +395,7 @@ (define-public gvisor-tap-vsock
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q1zism0c63k2aq6yhkjqc3b2zsm4lwn0bk39p2kl79h798wfyp4"))))
+                "0px4mssx2lxc8qk018jgm1wag5lbi4yx9i3hqqiqgrp702fcgcn4"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -421,7 +421,7 @@ (define-public gvisor-tap-vsock
           (replace 'install
             (lambda _
               (install-file "bin/gvproxy" (string-append #$output "/bin")))))))
-    (native-inputs (list go-1.20))
+    (native-inputs (list go-1.21))
     (home-page "https://github.com/containers/gvisor-tap-vsock")
     (synopsis "Network stack for virtualization based on gVisor")
     (description "This package provides a replacement for @code{libslirp} and

base-commit: 989c2134e96ca2ea7fa8c81e07426d50b4df92d9
-- 
2.45.2





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

* [bug#72289] [PATCH v2] gnu: gvisor-tap-vsock: Update to 0.7.5.
  2024-07-25 14:35 [bug#72289] [PATCH] gnu: gvisor-tap-vsock: Update to 0.7.4 Tomas Volf
@ 2024-10-06 14:39 ` Tomas Volf
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Volf @ 2024-10-06 14:39 UTC (permalink / raw)
  To: 72289; +Cc: Tomas Volf

* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.7.5.
[native-inputs]: Use go-1.21.

Change-Id: Ia591a145c519b4f0cdfcd20a76ccdb625c097676
---
Update to 0.7.5 instead.

 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 2a7d170aac..dfc1f9cd2b 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -386,7 +386,7 @@ (define-public cni-plugins
 (define-public gvisor-tap-vsock
   (package
     (name "gvisor-tap-vsock")
-    (version "0.7.3")
+    (version "0.7.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -395,7 +395,7 @@ (define-public gvisor-tap-vsock
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q1zism0c63k2aq6yhkjqc3b2zsm4lwn0bk39p2kl79h798wfyp4"))))
+                "0xf0dy75f79mia0932am8qsg5yyvfaxaiqwdl9djh6sqh03vy2i6"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -421,7 +421,7 @@ (define-public gvisor-tap-vsock
           (replace 'install
             (lambda _
               (install-file "bin/gvproxy" (string-append #$output "/bin")))))))
-    (native-inputs (list go-1.20))
+    (native-inputs (list go-1.21))
     (home-page "https://github.com/containers/gvisor-tap-vsock")
     (synopsis "Network stack for virtualization based on gVisor")
     (description "This package provides a replacement for @code{libslirp} and
--
2.46.0




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

end of thread, other threads:[~2024-10-06 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 14:35 [bug#72289] [PATCH] gnu: gvisor-tap-vsock: Update to 0.7.4 Tomas Volf
2024-10-06 14:39 ` [bug#72289] [PATCH v2] gnu: gvisor-tap-vsock: Update to 0.7.5 Tomas Volf

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).