me
/
guix
Archived
1
0
Fork 0

gnu: hitch: Update to 1.7.0.

* gnu/packages/web.scm (hitch): Update to 1.7.0.
master
Marius Bakke 2020-11-09 20:53:32 +01:00
parent 8f55eed35f
commit 4b987fc9f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5630,14 +5630,14 @@ on the fly.")
(define-public hitch (define-public hitch
(package (package
(name "hitch") (name "hitch")
(version "1.6.0") (version "1.7.0")
(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
"01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf")))) "1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases