summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:56:51 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:22 -0500
commitec25d53677a7e26514b92d5a501233c9ab591039 (patch)
tree1a15af1bc8924bc51343021b16dec6aadf00aad4
parent79a069108902fc8bdff2dd4d5774d60ce8bb1382 (diff)
downloadguix-ec25d53677a7e26514b92d5a501233c9ab591039.tar.gz
gnu: ghc-iproute: Update to 1.7.7.
* gnu/packages/haskell-xyz.scm (ghc-iproute): Update to 1.7.7.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 840b2fbab3..1af61d119f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5440,7 +5440,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)
@@ -5450,7 +5450,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.