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
1 changed files with 2 additions and 2 deletions

View File

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