[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: lldpd: Update to 1.0.8.
From: |
guix-commits |
Subject: |
10/11: gnu: lldpd: Update to 1.0.8. |
Date: |
Thu, 14 Jan 2021 10:20:54 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 45b4712c551fdebd11ec7eb62c909714fd859223
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 14 11:46:01 2021 +0100
gnu: lldpd: Update to 1.0.8.
* gnu/packages/networking.scm (lldpd): Update to 1.0.8.
---
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 83a99de..28fd096 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3756,14 +3756,14 @@ thousands of connections is clearly realistic with
today's hardware.")
(define-public lldpd
(package
(name "lldpd")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
version ".tar.gz"))
(sha256
- (base32 "1qc7k83zpcq27hpjv1lmgrj4la2zy1gspwk5jas43j49siwr3xqx"))
+ (base32 "1vrxr8lgkw7q6ixaaili6ac7i0j0326194s498n2dxihdvkh1llq"))
(modules '((guix build utils)))
(snippet
'(begin
- 02/11: gnu: system-config-printer: Update to 1.5.15., (continued)
- 02/11: gnu: system-config-printer: Update to 1.5.15., guix-commits, 2021/01/14
- 03/11: gnu: acpica: Update to 20210105., guix-commits, 2021/01/14
- 01/11: gnu: eolie: Update to 0.9.101., guix-commits, 2021/01/14
- 04/11: gnu: xsettingsd: Update to 1.0.2., guix-commits, 2021/01/14
- 06/11: gnu: perl-net-http: Update to 6.20., guix-commits, 2021/01/14
- 07/11: gnu: lxc: Update to 4.0.6., guix-commits, 2021/01/14
- 08/11: gnu: elementary-xfce-icon-theme: Update to 0.15.2., guix-commits, 2021/01/14
- 09/11: gnu: jucipp: Update to 1.6.2., guix-commits, 2021/01/14
- 05/11: gnu: diffstat: Update to 1.64., guix-commits, 2021/01/14
- 11/11: gnu: nano: Update to 5.5., guix-commits, 2021/01/14
- 10/11: gnu: lldpd: Update to 1.0.8.,
guix-commits <=