diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:51 +0100 |
commit | 0850ce7224ee7675a861d5fa8162ea5fc350b8fc (patch) | |
tree | 769f58a5e41e1dc45f27e5b1238ca5f0acdf64d8 /gnu | |
parent | b48c89e938a9d452041f3355c2ed5f3f9f09011c (diff) | |
download | guix-0850ce7224ee7675a861d5fa8162ea5fc350b8fc.tar.gz guix-0850ce7224ee7675a861d5fa8162ea5fc350b8fc.zip |
gnu: lldpd: Update to 1.0.13.
* gnu/packages/networking.scm (lldpd): Update to 1.0.13.
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 e8347daf05..e3fd5c06f7 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 |