gnu: httping: Update to 2.9.

* gnu/packages/networking.scm (httping): Update to 2.9.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 521147d04c
commit 477600f818
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1928,15 +1928,16 @@ (define-public go-sctp
(define-public httping
(package
(name "httping")
(version "2.5")
(version "2.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.vanheusden.com/httping/httping-"
version ".tgz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/folkertvanheusden/HTTPing")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
(base32 "1gbpirzih0zr93fm71scqjji9wwkfp64q8z36857blsngdfm6k38"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags