guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: lldpd: Update to 1.0.8.


From: guix-commits
Subject: 10/11: gnu: lldpd: Update to 1.0.8.
Date: Thu, 14 Jan 2021 10:20:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 45b4712c551fdebd11ec7eb62c909714fd859223
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 14 11:46:01 2021 +0100

    gnu: lldpd: Update to 1.0.8.
    
    * gnu/packages/networking.scm (lldpd): Update to 1.0.8.
---
 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 83a99de..28fd096 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3756,14 +3756,14 @@ thousands of connections is clearly realistic with 
today's hardware.")
 (define-public lldpd
   (package
     (name "lldpd")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1qc7k83zpcq27hpjv1lmgrj4la2zy1gspwk5jas43j49siwr3xqx"))
+        (base32 "1vrxr8lgkw7q6ixaaili6ac7i0j0326194s498n2dxihdvkh1llq"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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