[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: batctl: Update to 2020.0.
From: |
guix-commits |
Subject: |
01/13: gnu: batctl: Update to 2020.0. |
Date: |
Tue, 10 Mar 2020 22:43:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 49bb3a56e4caea411bef485e2474051ea134eb7e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 02:08:28 2020 +0100
gnu: batctl: Update to 2020.0.
* gnu/packages/networking.scm (batctl): Update to 2020.0.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1840f1c..7f4009d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2713,14 +2713,14 @@ maximum extent possible.")
(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
- branch master updated (fe60ef9 -> ec63b5a), guix-commits, 2020/03/10
- 02/13: gnu: gpxsee: Update to 7.25., guix-commits, 2020/03/10
- 01/13: gnu: batctl: Update to 2020.0.,
guix-commits <=
- 03/13: gnu: gpxsee: Extend description., guix-commits, 2020/03/10
- 05/13: gnu: python-tomlkit: Fix typos in descriptions., guix-commits, 2020/03/10
- 08/13: gnu: rocksdb: Use HTTPS home page., guix-commits, 2020/03/10
- 07/13: gnu: soundconverter: Use HTTPS home page., guix-commits, 2020/03/10
- 10/13: gnu: emulation-station: Use HTTPS home page., guix-commits, 2020/03/10
- 11/13: gnu: grue-hunter: Use HTTPS home page., guix-commits, 2020/03/10
- 06/13: gnu: gd: Use HTTPS home page., guix-commits, 2020/03/10
- 09/13: gnu: dfu-programmer: Use HTTPS home page., guix-commits, 2020/03/10
- 13/13: gnu: you-get: Update to 0.4.1410., guix-commits, 2020/03/10
- 04/13: gnu: python-tomlkit: Update to 0.5.11., guix-commits, 2020/03/10