mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-http: Update to 4000.3.3.
* gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.3.
This commit is contained in:
parent
93303a3a18
commit
92299af06c
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ (define-public ghc-http-types
|
|||
(define-public ghc-http
|
||||
(package
|
||||
(name "ghc-http")
|
||||
(version "4000.2.20")
|
||||
(version "4000.3.3")
|
||||
(outputs '("out" "doc"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -137,7 +137,7 @@ (define-public ghc-http
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nyqdxr5ls2dxkf4a1f3x15xzwdm46ppn99nkcbhswlr6s3cq1s4"))))
|
||||
"1wlvvqcxsnd2is3khsla0vd8i9cy12v1pg6d6i13ihcd131a7bdv"))))
|
||||
(build-system haskell-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-hunit" ,ghc-hunit)))
|
||||
|
|
Loading…
Reference in a new issue