gnu: ghc-warp-tls: Update to 3.2.8.
authorTimothy Sample <samplet@ngyro.com>
Thu, 31 Oct 2019 17:29:23 +0000 (13:29 -0400)
committerTimothy Sample <samplet@ngyro.com>
Thu, 21 Nov 2019 01:48:42 +0000 (20:48 -0500)
* gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.2.8.

gnu/packages/haskell-web.scm

index 35db7f3..f033464 100644 (file)
@@ -623,7 +623,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)
@@ -632,7 +632,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)