guix-commits
[Top][All Lists]
Advanced

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

156/272: gnu: ghc-network: Update to 2.6.3.6.


From: Ricardo Wurmus
Subject: 156/272: gnu: ghc-network: Update to 2.6.3.6.
Date: Mon, 1 Oct 2018 06:13:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5a92fb411c0cac4032c885d977192f212daaa493
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:26:03 2018 -0400

    gnu: ghc-network: Update to 2.6.3.6.
    
    * gnu/packages/haskell.scm (ghc-network): Update to 2.6.3.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 9b906e1..935b126 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4004,7 +4004,7 @@ interface.")
 (define-public ghc-network
   (package
     (name "ghc-network")
-    (version "2.6.3.1")
+    (version "2.6.3.6")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -4015,7 +4015,7 @@ interface.")
              ".tar.gz"))
        (sha256
         (base32
-         "1rl2gl37cf4k0ddsq93q15fwdz1l25nhl4w205krbh7d5dg5y12p"))))
+         "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
     (build-system haskell-build-system)
     ;; The regression tests depend on an unpublished module.
     (arguments `(#:tests? #f))



reply via email to

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