gnu: lldpd: Update to 1.0.7.
* gnu/packages/networking.scm (lldpd): Update to 1.0.7.
This commit is contained in:
parent
3b663f1985
commit
7a484a47a4
@ -3700,14 +3700,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.6")
|
(version "1.0.7")
|
||||||
(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 "1v5fd8vwxracvzvgrsswvhppwyx5c4srj89g1cnvy73w831mpq95"))
|
(base32 "1qc7k83zpcq27hpjv1lmgrj4la2zy1gspwk5jas43j49siwr3xqx"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
Loading…
Reference in New Issue
Block a user