gnu: httping: Update to 2.5.

* gnu/packages/networking.scm (httping): Update to 2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2016-10-13 16:58:08 +02:00
parent f3e222165e
commit 2f96872727
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -474,7 +474,7 @@ network frames.")
(define-public httping
(package
(name "httping")
(version "2.4")
(version "2.5")
(source
(origin
(method url-fetch)
@ -482,7 +482,7 @@ network frames.")
version ".tgz"))
(sha256
(base32
"1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs"))))
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gnu-gettext)))