diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 01:21:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 01:36:23 +0200 |
commit | ac760f0a62e035a54cb5e0470dfa86d5f5668139 (patch) | |
tree | 187aa0b251247f5ec38bd74dea741c88981fb039 /gnu/packages/linux.scm | |
parent | d20ce8875807971b623144c7d1525f51eab12316 (diff) |
gnu: bridge-utils: Update to 1.7.1.
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1.
[source]: Update URL.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 44d578c71b..0be9834446 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. |