gnu: batctl: Update to 2020.1.

* gnu/packages/networking.scm (batctl): Update to 2020.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 23:11:30 +02:00
parent 02d32b1982
commit ba40c10be7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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