me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-simple-sendfile): Update to 0.2.30.
master
Timothy Sample 2019-10-31 13:24:26 -04:00
parent cfbb0a95fa
commit 08f5439074
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)