nckx pushed a commit to branch master
in repository guix.
commit ac760f0a62e035a54cb5e0470dfa86d5f5668139
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Oct 5 01:21:50 2021 +0200
gnu: bridge-utils: Update to 1.7.1.
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1.
[source]: Update URL.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 44d578c..0be9834 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2916,14 +2916,14 @@ Linux-based operating systems.")
(define-public bridge-utils
(package
(name "bridge-utils")
- (version "1.7")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
- (uri (string-append
"mirror://kernel.org/linux/kernel/people/shemminger/"
+ (uri (string-append "mirror://kernel.org/linux/utils/net/"
"bridge-utils/bridge-utils-" version ".tar.xz"))
(sha256
- (base32 "0zlrigizac2nfwgvksm92v4wafrpgxlbci3gwimc795ib7k8g6ck"))))
+ (base32 "03p6cmhm6cqhnfsfa1wv7frhb361y12daf7gr1h5qh51y7j8n7d6"))))
(build-system gnu-build-system)
;; The tarball lacks all the generated files.