gnu: lldpd: Update to 1.0.13.
* gnu/packages/networking.scm (lldpd): Update to 1.0.13.
This commit is contained in:
		
							parent
							
								
									b48c89e938
								
							
						
					
					
						commit
						0850ce7224
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3970,14 +3970,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.12") |     (version "1.0.13") | ||||||
|     (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 "1wfs50b0694dm60ryjfmxgkxxsqpp9sxqbc4laad364wbddwd56i")) |         (base32 "00a7v24qhxw80yk2v79wrkfn7br4r8pcajyrpz8j0xx2v1zq4ffn")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|         '(begin |         '(begin | ||||||
|  |  | ||||||
		Reference in a new issue