summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a8c866fbcc..af7ca07a66 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -67,6 +67,7 @@
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
;;; Copyright © 2025 Sughosha <sughosha@disroot.org>
;;; Copyright © 2025 B. Wilson <elaexuotee@wilsonb.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4576,20 +4577,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.
@@ -4608,7 +4607,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