gnu: ghc-email-validate: Update to 2.3.2.6.

* gnu/packages/haskell.scm (ghc-email-validate): Update to 2.3.2.6.
master
Timothy Sample 2018-08-29 00:39:51 -04:00 committed by Ricardo Wurmus
parent 892d554647
commit 146198f898
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10053,7 +10053,7 @@ system dependencies.")
(define-public ghc-email-validate
(package
(name "ghc-email-validate")
(version "2.3.2.1")
(version "2.3.2.6")
(source
(origin
(method url-fetch)
@ -10064,7 +10064,7 @@ system dependencies.")
".tar.gz"))
(sha256
(base32
"0qvxysiap3r4mi3xff5nsk9qv6diqxfgwj186bypbamzvzlz0lav"))))
"0chgylvc8xmhp933rdbmpg5sv4y7yg2h6kbf0ip1dzmbd5p55pa5"))))
(build-system haskell-build-system)
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)