guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/19: gnu: lldpd: Update to 1.0.7.


From: guix-commits
Subject: 13/19: gnu: lldpd: Update to 1.0.7.
Date: Wed, 4 Nov 2020 22:00:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7a484a47a4743c4e1bb8de3cc47f929c809a6a8b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 23:35:19 2020 +0100

    gnu: lldpd: Update to 1.0.7.
    
    * gnu/packages/networking.scm (lldpd): Update to 1.0.7.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cf1909f..c6a33b6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]