gnu: lldpd: Update to 1.0.6.
* gnu/packages/networking.scm (lldpd): Update to 1.0.6.
This commit is contained in:
parent
dd6eac3e47
commit
52569eeb7f
1 changed files with 2 additions and 3 deletions
|
|
@ -3673,15 +3673,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.5")
|
(version "1.0.6")
|
||||||
(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
|
(base32 "1v5fd8vwxracvzvgrsswvhppwyx5c4srj89g1cnvy73w831mpq95"))
|
||||||
"16fbqrs3l976gdslx647nds8x7sz4h5h3h4l4yxzrayvyh9b5lrd"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
|
||||||
Reference in a new issue