gnu: batctl: Update to 2020.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 21:11:30 +0000 (23:11 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 22:19:39 +0000 (00:19 +0200)
* gnu/packages/networking.scm (batctl): Update to 2020.1.

gnu/packages/networking.scm

index 617d7d6..81d58d1 100644 (file)
@@ -2900,14 +2900,14 @@ maximum extent possible.")
 (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