samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit ef756ec74ec5dab18e3548335d924ae184b0c934
Author: Timothy Sample <[email protected]>
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 fb17503..9863d18 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5439,7 +5439,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)
@@ -5449,7 +5449,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.