guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lldpd: Update to 1.0.9.


From: guix-commits
Subject: 01/02: gnu: lldpd: Update to 1.0.9.
Date: Fri, 2 Apr 2021 17:26:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6f6b0ea0d4761dd6c468d209a10f4420fcadd886
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 2 23:13:46 2021 +0200

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



reply via email to

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