gnu: batctl: Update to 2020.0.

* gnu/packages/networking.scm (batctl): Update to 2020.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-11 02:08:28 +01:00
parent fe60ef998f
commit 49bb3a56e4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2713,14 +2713,14 @@ (define-public iwd
(define-public batctl
(package
(name "batctl")
(version "2019.5")
(version "2020.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://downloads.open-mesh.org/batman/releases/batman-adv-"
version "/batctl-" version ".tar.gz"))
(sha256
(base32 "1b9w4636dq8m38nzr8j0v0j3b0vdsw84c58c2isc33h66dx8brgz"))))
(base32 "01414ywhlb2b9ng9d5kd5rr1s7wzvi234j8hj6ra2spn92qykvv0"))))
(inputs
`(("libnl" ,libnl)))
(native-inputs