guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: lldpd: Update to 1.0.10.


From: guix-commits
Subject: 04/05: gnu: lldpd: Update to 1.0.10.
Date: Sat, 10 Apr 2021 18:42:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 05b65e68c8c3464d046ab93abac1f9ed5c1b1a2a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 10 22:06:10 2021 +0200

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



reply via email to

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