gnu: ghc-http2: Update to 1.6.5.
* gnu/packages/haskell-web.scm (ghc-http2): Update to 1.6.5. [inputs]: Remove 'ghc-bytestring-builder' and 'ghc-hex'; add 'ghc-network-byte-order' and 'ghc-base16-bytestring'.
This commit is contained in:
parent
096781a111
commit
59ea213790
1 changed files with 5 additions and 5 deletions
|
@ -286,7 +286,7 @@ Date in Haskell.")
|
||||||
(define-public ghc-http2
|
(define-public ghc-http2
|
||||||
(package
|
(package
|
||||||
(name "ghc-http2")
|
(name "ghc-http2")
|
||||||
(version "1.6.3")
|
(version "1.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -295,14 +295,14 @@ Date in Haskell.")
|
||||||
"http2-" version ".tar.gz"))
|
"http2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hww0rfsv6lqx62qzycbcqy5q6rh9k09qkyjkdm5m1sp1z50wqk1"))))
|
"1vlmy8vnp6ml2n2pr11aa5fzigldsscgzmibrni64ykgfvpd3sqn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)
|
`(("ghc-case-insensitive" ,ghc-case-insensitive)
|
||||||
("ghc-case-insensitive" ,ghc-case-insensitive)
|
("ghc-network-byte-order" ,ghc-network-byte-order)
|
||||||
("ghc-aeson" ,ghc-aeson)
|
("ghc-aeson" ,ghc-aeson)
|
||||||
("ghc-aeson-pretty" ,ghc-aeson-pretty)
|
("ghc-aeson-pretty" ,ghc-aeson-pretty)
|
||||||
("ghc-hex" ,ghc-hex)
|
("ghc-base16-bytestring" ,ghc-base16-bytestring)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)
|
("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||||
("ghc-vector" ,ghc-vector)
|
("ghc-vector" ,ghc-vector)
|
||||||
("ghc-word8" ,ghc-word8)
|
("ghc-word8" ,ghc-word8)
|
||||||
|
|
Reference in a new issue