guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

176/272: gnu: ghc-email-validate: Update to 2.3.2.6.


From: Ricardo Wurmus
Subject: 176/272: gnu: ghc-email-validate: Update to 2.3.2.6.
Date: Mon, 1 Oct 2018 06:13:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 146198f89890035f5ffe32cebdf026cc38740fa2
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:39:51 2018 -0400

    gnu: ghc-email-validate: Update to 2.3.2.6.
    
    * gnu/packages/haskell.scm (ghc-email-validate): Update to 2.3.2.6.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ba84914..c65bff3 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]