[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/30: gnu: lldpd: Update to 1.0.13.
From: |
guix-commits |
Subject: |
06/30: gnu: lldpd: Update to 1.0.13. |
Date: |
Fri, 26 Nov 2021 18:53:06 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0850ce7224ee7675a861d5fa8162ea5fc350b8fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 00:49:11 2021 +0100
gnu: lldpd: Update to 1.0.13.
* gnu/packages/networking.scm (lldpd): Update to 1.0.13.
---
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 e8347da..e3fd5c0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3970,14 +3970,14 @@ thousands of connections is clearly realistic with
today's hardware.")
(define-public lldpd
(package
(name "lldpd")
- (version "1.0.12")
+ (version "1.0.13")
(source
(origin
(method url-fetch)
(uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-";
version ".tar.gz"))
(sha256
- (base32 "1wfs50b0694dm60ryjfmxgkxxsqpp9sxqbc4laad364wbddwd56i"))
+ (base32 "00a7v24qhxw80yk2v79wrkfn7br4r8pcajyrpz8j0xx2v1zq4ffn"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (e184396 -> 5685946), guix-commits, 2021/11/26
- 01/30: gnu: vhba-module: Update to 20211023., guix-commits, 2021/11/26
- 03/30: gnu: radeontop: Prepare for cross-compilation., guix-commits, 2021/11/26
- 05/30: gnu: batctl: Update to 2021.4., guix-commits, 2021/11/26
- 04/30: gnu: hangups: Update to 0.4.15., guix-commits, 2021/11/26
- 06/30: gnu: lldpd: Update to 1.0.13.,
guix-commits <=
- 02/30: gnu: radeontop: Update to 1.4., guix-commits, 2021/11/26
- 07/30: gnu: s-tui: Update to 1.1.3., guix-commits, 2021/11/26
- 08/30: gnu: erofs-utils: Update to 1.4., guix-commits, 2021/11/26
- 10/30: gnu: eid-mw: Disable pinentry., guix-commits, 2021/11/26
- 09/30: gnu: jitterentropy-rngd: Update to 1.2.6., guix-commits, 2021/11/26
- 14/30: gnu: netcat-openbsd: Update to 1.218-2., guix-commits, 2021/11/26
- 11/30: gnu: eid-mw: Expand description., guix-commits, 2021/11/26
- 17/30: gnu: chroma: Update to 1.20., guix-commits, 2021/11/26
- 18/30: gnu: hwinfo: Update to 21.78., guix-commits, 2021/11/26
- 15/30: build-self: Help users to submit useful bug reports., guix-commits, 2021/11/26