samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b7bcc8e0757a88f0d181ff4ff7ca98727e0482e2
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:24:26 2019 -0400
gnu: ghc-simple-sendfile: Update to 0.2.30.
* gnu/packages/haskell-xyz.scm (ghc-simple-sendfile): Update to 0.2.30.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c673c14..983f969 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9444,7 +9444,7 @@ them.")
(define-public ghc-simple-sendfile
(package
(name "ghc-simple-sendfile")
- (version "0.2.27")
+ (version "0.2.30")
(source
(origin
(method url-fetch)
@@ -9453,7 +9453,7 @@ them.")
"simple-sendfile-" version ".tar.gz"))
(sha256
(base32
- "1bwwqzcm56m2w4ymsa054sxmpbj76h9pvb0jf8zxp8lr41cp51gn"))))
+ "112j0qfsjazf9wg1zywf7hjybgsiywk9wkm27yi8xzv27hmlv1mn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)