diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 609de77184beedc0fffb3d31d8bb6cea87afea9e (patch) | |
tree | f02e71456898510ab7ca5b9d02b25f08e3a37955 | |
parent | 87fc604c2e2e0d461f56c8645d64e1425f016b38 (diff) |
gnu: lldpd: Update to 1.0.17.
* gnu/packages/networking.scm (lldpd): Update to 1.0.17.
-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 0726e4b808..383f28e793 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4252,14 +4252,14 @@ cables.") (define-public lldpd (package (name "lldpd") - (version "1.0.16") + (version "1.0.17") (source (origin (method url-fetch) (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-" version ".tar.gz")) (sha256 - (base32 "1ab5hkgi2iwqpfw6xy2wxjhqmz6pnkynfkg85zm7r9kv1ijr3cz3")) + (base32 "1ki7c7ffys42s2wy5c94qriicgwx0wl9bm83xxkclasx2izifhwk")) (modules '((guix build utils))) (snippet '(begin |