gnu: lldpd: Update to 1.0.7.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 4 Nov 2020 22:35:19 +0000 (23:35 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 5 Nov 2020 02:46:11 +0000 (03:46 +0100)
* gnu/packages/networking.scm (lldpd): Update to 1.0.7.

gnu/packages/networking.scm

index cf1909f..c6a33b6 100644 (file)
@@ -3700,14 +3700,14 @@ thousands of connections is clearly realistic with today's hardware.")
 (define-public lldpd
   (package
     (name "lldpd")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1v5fd8vwxracvzvgrsswvhppwyx5c4srj89g1cnvy73w831mpq95"))
+        (base32 "1qc7k83zpcq27hpjv1lmgrj4la2zy1gspwk5jas43j49siwr3xqx"))
        (modules '((guix build utils)))
        (snippet
         '(begin