gnu: batctl: Update to 2021.3.
* gnu/packages/networking.scm (batctl): Update to 2021.3.
This commit is contained in:
parent
6ba2bb92a0
commit
5654a24057
1 changed files with 2 additions and 2 deletions
|
@ -3650,14 +3650,14 @@ written (and providing API) in C. Current implementation covers YANG 1.0 (RFC
|
|||
(define-public batctl
|
||||
(package
|
||||
(name "batctl")
|
||||
(version "2020.4")
|
||||
(version "2021.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.open-mesh.org/batman/releases/batman-adv-"
|
||||
version "/batctl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05rrpfbpdhxn5zgdps849qls2ifis6a94cjryb60d4y1nc2n0d7w"))))
|
||||
(base32 "087w8xxxpqxs5cz4aj4l9wzbh0ga8163nh7qy44ld2lgqbplnbzj"))))
|
||||
(inputs
|
||||
`(("libnl" ,libnl)))
|
||||
(native-inputs
|
||||
|
|
Reference in a new issue