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.6.
* gnu/packages/haskell.scm (ghc-email-validate): Update to 2.3.2.6.
This commit is contained in:
parent
892d554647
commit
146198f898
1 changed files with 2 additions and 2 deletions
|
@ -10053,7 +10053,7 @@ (define-public ghc-persistent-sqlite
|
|||
(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 @@ (define-public ghc-email-validate
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qvxysiap3r4mi3xff5nsk9qv6diqxfgwj186bypbamzvzlz0lav"))))
|
||||
"0chgylvc8xmhp933rdbmpg5sv4y7yg2h6kbf0ip1dzmbd5p55pa5"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-attoparsec" ,ghc-attoparsec)
|
||||
|
|
Loading…
Reference in a new issue