diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:24:26 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:38 -0500 |
commit | 08f5439074918d3f90906cb38143a0245b440c07 (patch) | |
tree | e378ccb4fcbe8a3126f5e85fdeed19702a6664cf | |
parent | cfbb0a95fa6ea31a9c8c74e61016892a5de580f8 (diff) | |
download | guix-08f5439074918d3f90906cb38143a0245b440c07.tar guix-08f5439074918d3f90906cb38143a0245b440c07.tar.gz |
gnu: ghc-simple-sendfile: Update to 0.2.30.
* gnu/packages/haskell-xyz.scm (ghc-simple-sendfile): Update to 0.2.30.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index f7c3d04399..d643ed21c4 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9446,7 +9446,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) @@ -9455,7 +9455,7 @@ them.") "simple-sendfile-" version ".tar.gz")) (sha256 (base32 - "1bwwqzcm56m2w4ymsa054sxmpbj76h9pvb0jf8zxp8lr41cp51gn")))) + "112j0qfsjazf9wg1zywf7hjybgsiywk9wkm27yi8xzv27hmlv1mn")))) (build-system haskell-build-system) (inputs `(("ghc-conduit" ,ghc-conduit) |