parent
106660e3ff
commit
d8f5cb0dcc
|
@ -5708,14 +5708,14 @@ on the fly.")
|
||||||
(define-public hitch
|
(define-public hitch
|
||||||
(package
|
(package
|
||||||
(name "hitch")
|
(name "hitch")
|
||||||
(version "1.7.2")
|
(version "1.7.3")
|
||||||
(home-page "https://hitch-tls.org/")
|
(home-page "https://hitch-tls.org/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "source/hitch-" version ".tar.gz"))
|
(uri (string-append home-page "source/hitch-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"118p3a8wjvr0yhldpd1zm7d2cmgaw4vmyz9ib8m64z18qsz5rmnw"))))
|
"11wp50zs5irb5bj5xyanm060nlvna6ha328wqf6p2nvpbnaz86qs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue