samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 2169d83e545d3ab115401926a2ac4e3302641da7
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 938ae53..95c8c8b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9197,7 +9197,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)
@@ -9206,7 +9206,7 @@ them.")
"simple-sendfile-" version ".tar.gz"))
(sha256
(base32
- "1bwwqzcm56m2w4ymsa054sxmpbj76h9pvb0jf8zxp8lr41cp51gn"))))
+ "112j0qfsjazf9wg1zywf7hjybgsiywk9wkm27yi8xzv27hmlv1mn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)