me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-email-validate): Update to 2.3.2.12.
master
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
1 changed files with 2 additions and 2 deletions

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)