diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:15 +0100 |
commit | 1cc0942f4987bd101224031eacf02adef895f193 (patch) | |
tree | 3df89d56aeb206fc9511a607ab343d0a80835cb8 | |
parent | 06c8258b513e8fe2b3b3fe70610e343655836a4e (diff) | |
download | patches-1cc0942f4987bd101224031eacf02adef895f193.tar patches-1cc0942f4987bd101224031eacf02adef895f193.tar.gz |
gnu: ghc-iproute: Update to 1.7.1.
* gnu/packages/haskell.scm (ghc-iproute): Update to 1.7.1.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7fb8213048..56a1467c2e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2042,7 +2042,7 @@ lines continued at an indented level below.") (define-public ghc-iproute (package (name "ghc-iproute") - (version "1.7.0") + (version "1.7.1") (source (origin (method url-fetch) @@ -2052,7 +2052,7 @@ lines continued at an indented level below.") ".tar.gz")) (sha256 (base32 - "1ply0i110c2sppjbfyysgw48jfjnsbam5zwil8xws0hp20rh1pb5")))) + "1viyxq3m1aifl05w0hxwrhhhcfpmvwz4ymil2gngi4nfm0yd1f2p")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: Tests cannot find System.ByteOrder, ; exported by ghc-byteorder. Doctest issue. |