guix-commits
[Top][All Lists]
Advanced

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

220/249: gnu: ghc-warp-tls: Update to 3.2.8.


From: guix-commits
Subject: 220/249: gnu: ghc-warp-tls: Update to 3.2.8.
Date: Thu, 31 Oct 2019 23:50:06 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit ad66cd5688a59da4685346a089b42b5006d47097
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:29:23 2019 -0400

    gnu: ghc-warp-tls: Update to 3.2.8.
    
    * gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.2.8.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a928f90..33164ef 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -615,7 +615,7 @@ limitation, automatic pruning, energy saving and replay 
resistance.")
 (define-public ghc-warp-tls
   (package
     (name "ghc-warp-tls")
-    (version "3.2.4.3")
+    (version "3.2.8")
     (source
      (origin
        (method url-fetch)
@@ -624,7 +624,7 @@ limitation, automatic pruning, energy saving and replay 
resistance.")
                            "warp-tls-" version ".tar.gz"))
        (sha256
         (base32
-         "17gj295fr98l7mkz2gdz6kahdnmja0sql3kvy2zab6q168g53kc4"))))
+         "1z5jzl40x1gp249fk8h51gkw6m3hzxchm2bp3kbpqdgmw8r5im8y"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-cryptonite" ,ghc-cryptonite)



reply via email to

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