gnu: ghc-simple-sendfile: Update to 0.2.27.

* gnu/packages/haskell.scm (ghc-simple-sendfile): Update to 0.2.27.
master
Timothy Sample 2018-08-29 01:11:24 -04:00 committed by Ricardo Wurmus
parent 6f7280b090
commit 23aa12fc09
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8482,7 +8482,7 @@ advanced user's otherwise working script to fail under future circumstances.
(define-public ghc-simple-sendfile
(package
(name "ghc-simple-sendfile")
(version "0.2.25")
(version "0.2.27")
(source
(origin
(method url-fetch)
@ -8491,7 +8491,7 @@ advanced user's otherwise working script to fail under future circumstances.
"simple-sendfile-" version ".tar.gz"))
(sha256
(base32
"0k99j9xfcf83c55jmn202hdinhjaa4yn3dal4rvjk2w2rlhqirha"))))
"1bwwqzcm56m2w4ymsa054sxmpbj76h9pvb0jf8zxp8lr41cp51gn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)