diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 21:07:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 23:26:19 +0200 |
commit | bb6257212fc821004bb0c2eee319b76f9ae185ff (patch) | |
tree | c494ab78f6cf463e4d5d032a88b32293fb65ddf9 /gnu | |
parent | 69f0534a9f20f09ce3531643418030e24a44bc66 (diff) | |
download | guix-bb6257212fc821004bb0c2eee319b76f9ae185ff.tar guix-bb6257212fc821004bb0c2eee319b76f9ae185ff.tar.gz |
gnu: lldpd: Update to 1.0.12.
* gnu/packages/networking.scm (lldpd): Update to 1.0.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index c941fbd2f9..204ef167c6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3889,14 +3889,14 @@ thousands of connections is clearly realistic with today's hardware.") (define-public lldpd (package (name "lldpd") - (version "1.0.11") + (version "1.0.12") (source (origin (method url-fetch) (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-" version ".tar.gz")) (sha256 - (base32 "1r265ns6fh04xwrzj06p2l7kl5rkkns0cdawp1zwpvxs1xq1a7dm")) + (base32 "1wfs50b0694dm60ryjfmxgkxxsqpp9sxqbc4laad364wbddwd56i")) (modules '((guix build utils))) (snippet '(begin |