gnu: lldpd: Update to 1.0.8.
* gnu/packages/networking.scm (lldpd): Update to 1.0.8.
This commit is contained in:
parent
f5c9e76f97
commit
45b4712c55
1 changed files with 2 additions and 2 deletions
|
|
@ -3756,14 +3756,14 @@ 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.7")
|
(version "1.0.8")
|
||||||
(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 "1qc7k83zpcq27hpjv1lmgrj4la2zy1gspwk5jas43j49siwr3xqx"))
|
(base32 "1vrxr8lgkw7q6ixaaili6ac7i0j0326194s498n2dxihdvkh1llq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
|
||||||
Reference in a new issue