summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:05 +0100
commite0039b858c94fa71478ac4eec71bd80ff53efa3a (patch)
tree84bbae7a57e396b89639674f4b5559d8a10e43d9 /gnu
parentd0d06d81682ed88e4ba59b02cedbf52f58af8155 (diff)
downloadguix-e0039b858c94fa71478ac4eec71bd80ff53efa3a.tar.gz
gnu: lldpd: Update to 1.0.16.
* gnu/packages/networking.scm (lldpd): Update to 1.0.16.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
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