guix-commits
[Top][All Lists]
Advanced

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

139/249: gnu: ghc-iproute: Update to 1.7.7.


From: guix-commits
Subject: 139/249: gnu: ghc-iproute: Update to 1.7.7.
Date: Thu, 31 Oct 2019 23:49:48 -0400 (EDT)

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

commit c6b6829d466d1f53bde42c6cfac223d3e9450337
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:56:51 2019 -0400

    gnu: ghc-iproute: Update to 1.7.7.
    
    * gnu/packages/haskell-xyz.scm (ghc-iproute): Update to 1.7.7.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0bd5de2..f93fcfb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5387,7 +5387,7 @@ through a forwarding proxy that is configured to speak 
this protocol.")
 (define-public ghc-iproute
   (package
     (name "ghc-iproute")
-    (version "1.7.5")
+    (version "1.7.7")
     (source
      (origin
        (method url-fetch)
@@ -5397,7 +5397,7 @@ through a forwarding proxy that is configured to speak 
this protocol.")
              ".tar.gz"))
        (sha256
         (base32
-         "1vw1nm3s8vz1hqnjnqd3wh5rr4q3m2r4izn5ynhf93h9185qwqzd"))))
+         "0gab5930nvzrpvisx3x43ydnp2rd4fbmy9cq1zpgqy1adx5gx8z6"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: Tests cannot find System.ByteOrder,
                                ; exported by ghc-byteorder.  Doctest issue.



reply via email to

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