summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-25 23:11:30 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-26 00:19:39 +0200
commitba40c10be712d10a0566409954285c5f7405f0d3 (patch)
treebe6ad2626ea25603d5e83f1256eb0195a7b2a20b
parent02d32b198268ed15928fa2f8a9379ada86fb13e2 (diff)
downloadguix-ba40c10be712d10a0566409954285c5f7405f0d3.tar.gz
gnu: batctl: Update to 2020.1.
* gnu/packages/networking.scm (batctl): Update to 2020.1.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 617d7d6883..81d58d15e7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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