guix-commits
[Top][All Lists]
Advanced

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

16/153: gnu: ghc-network: Update to 2.6.2.1.


From: Paul
Subject: 16/153: gnu: ghc-network: Update to 2.6.2.1.
Date: Wed, 21 Oct 2015 20:49:59 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit 6e71c76341c45664d7f6796ce3e5fa4239ec2185
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 14 23:12:18 2015 +0200

    gnu: ghc-network: Update to 2.6.2.1.
    
    * gnu/packages/haskell.scm (ghc-network): Update to 2.6.2.1.
    * gnu/packages/haskell.scm (ghc-network-uri): Update to 2.6.0.3.
---
 gnu/packages/haskell.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a9beb29..fe355ee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1148,7 +1148,7 @@ optimisation framework.")
 (define-public ghc-network
   (package
     (name "ghc-network")
-    (version "2.6.0.2")
+    (version "2.6.2.1")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -1159,7 +1159,7 @@ optimisation framework.")
              ".tar.gz"))
        (sha256
         (base32
-         "12b7saam5ga6l4cplgkad49xa4vkynz2ri9jxidx1cxiqjcl0vc4"))))
+         "1yhvpd4wigz165jvyvw9zslx7lgqdj63jh3zv5s74b5ykdfa3zd3"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hunit" ,ghc-hunit)))
@@ -1178,7 +1178,7 @@ optimisation framework.")
 (define-public ghc-network-uri
   (package
     (name "ghc-network-uri")
-    (version "2.6.0.1")
+    (version "2.6.0.3")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -1189,7 +1189,7 @@ optimisation framework.")
              ".tar.gz"))
        (sha256
         (base32
-         "09ymamb128jgqghpda4nixncr73all8qc6q53976aricm6a27p37"))))
+         "1pwbqb2rk4rnvllvdch42p5368xcvpkanp7bxckdhxya8zzwvhhg"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hunit" ,ghc-hunit)



reply via email to

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