gnu: bridge-utils: Update to 1.7.1.

* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1.
[source]: Update URL.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-05 01:21:50 +02:00
parent d20ce88758
commit ac760f0a62
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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