diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 01:11:24 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:20 +0200 |
commit | 23aa12fc092c69228c6a636897f17c535605b35e (patch) | |
tree | 22dc31c5924069dbe5f8bb21e2dfe809978cb8d1 /gnu/packages/haskell.scm | |
parent | 6f7280b09083e1a174101804faff6576eb0dd422 (diff) | |
download | guix-23aa12fc092c69228c6a636897f17c535605b35e.tar guix-23aa12fc092c69228c6a636897f17c535605b35e.tar.gz |
gnu: ghc-simple-sendfile: Update to 0.2.27.
* gnu/packages/haskell.scm (ghc-simple-sendfile): Update to 0.2.27.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index a109a5d19c..d3eae809e9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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) |