guix-commits
[Top][All Lists]
Advanced

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

215/249: gnu: ghc-warp: Update to 3.2.28.


From: guix-commits
Subject: 215/249: gnu: ghc-warp: Update to 3.2.28.
Date: Thu, 31 Oct 2019 23:50:05 -0400 (EDT)

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

commit 7a2849ffcc1c5143a69139c9b049560fb32c61ad
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:24:52 2019 -0400

    gnu: ghc-warp: Update to 3.2.28.
    
    * gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.28.
---
 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 14fd51a..0124765 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -543,7 +543,7 @@ transfers.")
 (define-public ghc-warp
   (package
     (name "ghc-warp")
-    (version "3.2.27")
+    (version "3.2.28")
     (source
      (origin
        (method url-fetch)
@@ -551,7 +551,7 @@ transfers.")
                            "warp-" version "/" "warp-" version
                            ".tar.gz"))
        (sha256
-        (base32 "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76"))))
+        (base32 "0w2w3aiccpb2f8zssqiszcxzqdysihqi5xply23lwif5arz4saw7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

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