mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (define-public libcap/next
|
|||
(define-public bridge-utils
|
||||
(package
|
||||
(name "bridge-utils")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/net/bridge-utils/"
|
||||
"bridge-utils-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/people/shemminger/"
|
||||
"bridge-utils/bridge-utils-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1j16kr44csyr4yqxly26l1yw2bh4nkiasgwvask2i2gvsnsyyryc"))))
|
||||
(base32 "0zlrigizac2nfwgvksm92v4wafrpgxlbci3gwimc795ib7k8g6ck"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
;; The tarball lacks all the generated files.
|
||||
|
|
Loading…
Reference in a new issue