mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
bbf9845f4f
commit
a4fe1c648a
1 changed files with 2 additions and 2 deletions
|
@ -2974,7 +2974,7 @@ (define-public ghc-either
|
|||
(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 @@ (define-public ghc-email-validate
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0chgylvc8xmhp933rdbmpg5sv4y7yg2h6kbf0ip1dzmbd5p55pa5"))))
|
||||
"0ar3cfjia3x11chb7w60mi7hp5djanms883ddk875l6lifr2lyqf"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-attoparsec" ,ghc-attoparsec)
|
||||
|
|
Loading…
Reference in a new issue