Archived
1
0
Fork 0

gnu: batctl: Update to 2021.3.

* gnu/packages/networking.scm (batctl): Update to 2021.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-20 23:08:12 +02:00
parent 6ba2bb92a0
commit 5654a24057
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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