summary refs log tree commit diff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 22:35:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 23:30:45 +0200
commit52569eeb7f9364d6a057ea649e579fe04dc3d0b3 (patch)
tree3281b399cc1a4869936a90e528d7ce7dcfec36df /gnu/packages/networking.scm
parentdd6eac3e47fb729ea29bbe4fcdc2e3085f8df9f4 (diff)
downloadguix-52569eeb7f9364d6a057ea649e579fe04dc3d0b3.tar.gz
gnu: lldpd: Update to 1.0.6.
* gnu/packages/networking.scm (lldpd): Update to 1.0.6.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e7777dcc98..1c2e7cf979 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3673,15 +3673,14 @@ thousands of connections is clearly realistic with today's hardware.")
 (define-public lldpd
   (package
     (name "lldpd")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
                            version ".tar.gz"))
        (sha256
-        (base32
-         "16fbqrs3l976gdslx647nds8x7sz4h5h3h4l4yxzrayvyh9b5lrd"))
+        (base32 "1v5fd8vwxracvzvgrsswvhppwyx5c4srj89g1cnvy73w831mpq95"))
        (modules '((guix build utils)))
        (snippet
         '(begin