mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ghc-simple-sendfile: Update to 0.2.30.
* gnu/packages/haskell-xyz.scm (ghc-simple-sendfile): Update to 0.2.30.
This commit is contained in:
parent
cfbb0a95fa
commit
08f5439074
1 changed files with 2 additions and 2 deletions
|
@ -9446,7 +9446,7 @@ (define-public ghc-simple-reflect
|
|||
(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 @@ (define-public ghc-simple-sendfile
|
|||
"simple-sendfile-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bwwqzcm56m2w4ymsa054sxmpbj76h9pvb0jf8zxp8lr41cp51gn"))))
|
||||
"112j0qfsjazf9wg1zywf7hjybgsiywk9wkm27yi8xzv27hmlv1mn"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-conduit" ,ghc-conduit)
|
||||
|
|
Loading…
Reference in a new issue