3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/haskell-xyz.scm (ghc-email-validate): Update to 2.3.2.12.
This commit is contained in:
Timothy Sample 2019-10-31 13:10:10 -04:00
parent bbf9845f4f
commit a4fe1c648a
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -2974,7 +2974,7 @@ Damerau-Levenshtein algorithms.")
(define-public ghc-email-validate
(package
(name "ghc-email-validate")
(version "2.3.2.6")
(version "2.3.2.12")
(source
(origin
(method url-fetch)
@ -2985,7 +2985,7 @@ Damerau-Levenshtein algorithms.")
".tar.gz"))
(sha256
(base32
"0chgylvc8xmhp933rdbmpg5sv4y7yg2h6kbf0ip1dzmbd5p55pa5"))))
"0ar3cfjia3x11chb7w60mi7hp5djanms883ddk875l6lifr2lyqf"))))
(build-system haskell-build-system)
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)