gnu: bridge-utils: Update to 1.7.
* gnu/packages/linux.scm (bridge-utils): Update to 1.7. [source]: Update URL subdirectory.
This commit is contained in:
parent
09e7179776
commit
78e624d785
1 changed files with 4 additions and 4 deletions
|
@ -2456,14 +2456,14 @@ Linux-based operating systems.")
|
||||||
(define-public bridge-utils
|
(define-public bridge-utils
|
||||||
(package
|
(package
|
||||||
(name "bridge-utils")
|
(name "bridge-utils")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/utils/net/bridge-utils/"
|
(uri (string-append "mirror://kernel.org/linux/kernel/people/shemminger/"
|
||||||
"bridge-utils-" version ".tar.xz"))
|
"bridge-utils/bridge-utils-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j16kr44csyr4yqxly26l1yw2bh4nkiasgwvask2i2gvsnsyyryc"))))
|
(base32 "0zlrigizac2nfwgvksm92v4wafrpgxlbci3gwimc795ib7k8g6ck"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; The tarball lacks all the generated files.
|
;; The tarball lacks all the generated files.
|
||||||
|
|
Reference in a new issue