guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: lldpd: Update to 1.0.14.


From: guix-commits
Subject: 07/16: gnu: lldpd: Update to 1.0.14.
Date: Thu, 28 Jul 2022 20:46:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 090667a258a8d2b2268772dd74d7480c058b5adf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: lldpd: Update to 1.0.14.
    
    * gnu/packages/networking.scm (lldpd): Update to 1.0.14.
    [source]: Don't explicitly return #t from the snippet.
---
 gnu/packages/networking.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85ded36804..0b961f4751 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4021,20 +4021,19 @@ thousands of connections is clearly realistic with 
today's hardware.")
 (define-public lldpd
   (package
     (name "lldpd")
-    (version "1.0.13")
+    (version "1.0.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "00a7v24qhxw80yk2v79wrkfn7br4r8pcajyrpz8j0xx2v1zq4ffn"))
+        (base32 "1s0j5p0mjh1pda1aq5wm4hd41fh1m864jgbs82y5sshi9whijj57"))
        (modules '((guix build utils)))
        (snippet
         '(begin
            ;; Drop bundled library.
-           (delete-file-recursively "libevent")
-           #t))))
+           (delete-file-recursively "libevent")))))
     (arguments
      `(#:configure-flags
        (list



reply via email to

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