gnu: hitch: Update to 1.6.0.

* gnu/packages/web.scm (hitch): Update to 1.6.0.
This commit is contained in:
Marius Bakke 2020-07-24 00:50:10 +02:00
parent 24128818d0
commit ffac364a8e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5500,14 +5500,14 @@ on the fly.")
(define-public hitch
(package
(name "hitch")
(version "1.5.2")
(version "1.6.0")
(home-page "https://hitch-tls.org/")
(source (origin
(method url-fetch)
(uri (string-append home-page "source/hitch-" version ".tar.gz"))
(sha256
(base32
"1nnzqqigfw78nqhp81a72x1s8d6v49ayw4w5df0zzm2cb1jgv95i"))))
"01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases