gnu: fping: Update to 4.2.
* gnu/packages/networking.scm (fping): Update to 4.2.
This commit is contained in:
		
							parent
							
								
									c582ab2a39
								
							
						
					
					
						commit
						bc9c3dc31e
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -662,15 +662,14 @@ network frames.") | ||||||
| (define-public fping | (define-public fping | ||||||
|   (package |   (package | ||||||
|     (name "fping") |     (name "fping") | ||||||
|     (version "4.1") |     (version "4.2") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "https://fping.org/dist/fping-" |        (uri (string-append "https://fping.org/dist/fping-" | ||||||
|                            version ".tar.gz")) |                            version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx")))) | ||||||
|          "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7")))) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (home-page "https://fping.org/") |     (home-page "https://fping.org/") | ||||||
|     (synopsis "Send ICMP ECHO_REQUEST packets to network hosts") |     (synopsis "Send ICMP ECHO_REQUEST packets to network hosts") | ||||||
|  |  | ||||||
		Reference in a new issue