mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: hitch: Update to 1.7.0.
* gnu/packages/web.scm (hitch): Update to 1.7.0.
This commit is contained in:
parent
8f55eed35f
commit
4b987fc9f2
1 changed files with 2 additions and 2 deletions
|
@ -5630,14 +5630,14 @@ (define-public goaccess
|
|||
(define-public hitch
|
||||
(package
|
||||
(name "hitch")
|
||||
(version "1.6.0")
|
||||
(version "1.7.0")
|
||||
(home-page "https://hitch-tls.org/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "source/hitch-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf"))))
|
||||
"1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue