mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: hiawatha: Update to 10.11.
* gnu/packages/web.scm (hiawatha): Update to 10.11.
This commit is contained in:
parent
927ecd4ebe
commit
765684613f
1 changed files with 2 additions and 2 deletions
|
@ -5822,7 +5822,7 @@ (define-public tidy-html
|
|||
(define-public hiawatha
|
||||
(package
|
||||
(name "hiawatha")
|
||||
(version "10.10")
|
||||
(version "10.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5835,7 +5835,7 @@ (define-public hiawatha
|
|||
(list "extra/nghttp2.tgz" "mbedtls"))
|
||||
#t))
|
||||
(sha256
|
||||
(base32 "1nd46cx1qp5lh2kwnn2mlwk9zm8jm7pgf90xs9vpwr7saxbnzr5m"))))
|
||||
(base32 "09wpgilbv13zal71v9lbsqr8c3fignygadykpd1p1pb8blb5vn3r"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests included
|
||||
|
|
Loading…
Reference in a new issue