janneke pushed a commit to branch core-packages-team
in repository guix.
commit da9b42b4bcf363c166292ccac4683a0a377e52b4
Author: Janneke Nieuwenhuizen <[email protected]>
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 65d44e975a..48a6a2d61f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -66,6 +66,7 @@
;;; Copyright © 2024 Alexey Abramov <[email protected]>
;;; Copyright © 2024 James Smith <[email protected]>
;;; Copyright © 2025 Sughosha <[email protected]>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; 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