gnu: ghc-conduit-extra: Update to 1.1.13.3.

* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.13.3.
master
Ricardo Wurmus 2018-02-13 10:59:00 +01:00
parent 95260eb26d
commit 1e4a612263
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5905,7 +5905,7 @@ better for some purposes.")
(define-public ghc-conduit-extra
(package
(name "ghc-conduit-extra")
(version "1.1.13.2")
(version "1.1.13.3")
(source
(origin
(method url-fetch)
@ -5914,7 +5914,7 @@ better for some purposes.")
version ".tar.gz"))
(sha256
(base32
"108vsn9dpsfwvar7nssw6wkqy26rxlf3p4ran6swa5xh8l6d5k4z"))))
"0j3cqpkrn7lbpviv6w0gjh93fjjbh1an2sq0yz7svaawja8civy2"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)