diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 22:58:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 23:49:08 +0200 |
commit | 42e5491797f3e1c04fcebe9cdcc410ad22ef3222 (patch) | |
tree | 68d6420c5e71a81114c148192675c1b78205c59e | |
parent | aa74d37b6f4d95461e1b5e43dd560f4cb82a36c3 (diff) |
gnu: lldpd: Update to 1.0.11.
* gnu/packages/networking.scm (lldpd): Update to 1.0.11.
-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 f12aff9229..b05349bb1f 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3868,14 +3868,14 @@ thousands of connections is clearly realistic with today's hardware.") (define-public lldpd (package (name "lldpd") - (version "1.0.10") + (version "1.0.11") (source (origin (method url-fetch) (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-" version ".tar.gz")) (sha256 - (base32 "08kppk49f9wmdf2gw29sm8pi027g54gzrqa07p8fpwvy0dv2sns4")) + (base32 "1r265ns6fh04xwrzj06p2l7kl5rkkns0cdawp1zwpvxs1xq1a7dm")) (modules '((guix build utils))) (snippet '(begin |