diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:05 +0100 |
commit | e0039b858c94fa71478ac4eec71bd80ff53efa3a (patch) | |
tree | 84bbae7a57e396b89639674f4b5559d8a10e43d9 | |
parent | d0d06d81682ed88e4ba59b02cedbf52f58af8155 (diff) |
gnu: lldpd: Update to 1.0.16.
* gnu/packages/networking.scm (lldpd): Update to 1.0.16.
-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 f85d1e6fc0..8a2a7322ca 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4257,14 +4257,14 @@ realistic with today's hardware.") (define-public lldpd (package (name "lldpd") - (version "1.0.15") + (version "1.0.16") (source (origin (method url-fetch) (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-" version ".tar.gz")) (sha256 - (base32 "09iidaan6gq384n7ykdwwsll3vmq6q7zd7j7j721k2p91c9kmzpp")) + (base32 "1ab5hkgi2iwqpfw6xy2wxjhqmz6pnkynfkg85zm7r9kv1ijr3cz3")) (modules '((guix build utils))) (snippet '(begin |