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.
This commit is contained in:
parent
15d55744fd
commit
090667a258
1 changed files with 3 additions and 4 deletions
|
@ -4021,20 +4021,19 @@ thousands of connections is clearly realistic with today's hardware.")
|
||||||
(define-public lldpd
|
(define-public lldpd
|
||||||
(package
|
(package
|
||||||
(name "lldpd")
|
(name "lldpd")
|
||||||
(version "1.0.13")
|
(version "1.0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
|
(uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00a7v24qhxw80yk2v79wrkfn7br4r8pcajyrpz8j0xx2v1zq4ffn"))
|
(base32 "1s0j5p0mjh1pda1aq5wm4hd41fh1m864jgbs82y5sshi9whijj57"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Drop bundled library.
|
;; Drop bundled library.
|
||||||
(delete-file-recursively "libevent")
|
(delete-file-recursively "libevent")))))
|
||||||
#t))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue