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:
parent
521147d04c
commit
477600f818
1 changed files with 7 additions and 6 deletions
|
@ -1928,15 +1928,16 @@ transmission protocol (SCTP) in a Go application.")
|
||||||
(define-public httping
|
(define-public httping
|
||||||
(package
|
(package
|
||||||
(name "httping")
|
(name "httping")
|
||||||
(version "2.5")
|
(version "2.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://www.vanheusden.com/httping/httping-"
|
(uri (git-reference
|
||||||
version ".tgz"))
|
(url "https://github.com/folkertvanheusden/HTTPing")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1gbpirzih0zr93fm71scqjji9wwkfp64q8z36857blsngdfm6k38"))))
|
||||||
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags
|
(list #:make-flags
|
||||||
|
|
Reference in a new issue