andreas pushed a commit to branch core-packages-team
in repository guix.

commit 31dfc8ce5086ebfe196be404d837b24b77852ac3
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Tue Dec 31 12:23:36 2024 +0100

    gnu: vde2: Update to 2.3.3; fixes build with gcc-14.
    
    * gnu/packages/networking.scm (vde2): Update to 2.3.3.
    
    Change-Id: I25eec78970e827de4c55c28972366f91683bcf38
---
 gnu/packages/networking.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 143bb2156a..67208fb0b5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -67,6 +67,7 @@
 ;;; Copyright © 2024 James Smith <jsubunt...@disroot.org>
 ;;; Copyright © 2025 Sughosha <sugho...@disroot.org>
 ;;; Copyright © 2025 B. Wilson <elaexuo...@wilsonb.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4505,20 +4506,18 @@ some traces for unprivileged users.")
                    license:lgpl2.1+)))) ;for the libsupp subdirectory
 
 (define-public vde2
-  (let ((commit "8c65ebc464b2f986d5f1f4e6ae829ef4480c9d5a")
-        (revision "0"))
   (package
     (name "vde2")
-    (version (git-version "2.3.2" revision commit))
+    (version "2.3.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/virtualsquare/vde-2";)
-              (commit commit)))
+             (url "https://github.com/virtualsquare/vde-2";)
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l5xf71sv9zm5zw0wg8xgip58c0wh8zck2bazyc2a8gb67gc3s8y"))))
+        (base32 "0rgsizq6mhmrfc2nm2pdakp3g39b565qaskvv5fqk5grp03r1zk1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f))           ; Build fails if #t.
@@ -4537,7 +4536,7 @@ cables.")
                    license:lgpl2.1       ; libvdeplug
                    (license:non-copyleft ; slirpvde
                     "file://COPYING.slirpvde"
-                    "See COPYING.slirpvde in the distribution."))))))
+                    "See COPYING.slirpvde in the distribution.")))))
 
 (define-public lldpd
   (package

Reply via email to