summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 20:50:11 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:09 +0200
commite433898d8cb407479b700132cd800114d4bb3768 (patch)
treeb0f64bdf5083a47f6751b9a300e81d60be7080a4
parentf06b5f23c0f6677e3692928250dbde68ec5d6bd7 (diff)
downloadpatches-e433898d8cb407479b700132cd800114d4bb3768.tar
patches-e433898d8cb407479b700132cd800114d4bb3768.tar.gz
gnu: ghc-network-info: Update to 0.2.0.10.
* gnu/packages/haskell.scm (ghc-network-info): Update to 0.2.0.10.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c674c970b6..9452555540 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8856,7 +8856,7 @@ ByteStrings in the style of other common *nix hex dump tools.")
(define-public ghc-network-info
(package
(name "ghc-network-info")
- (version "0.2.0.8")
+ (version "0.2.0.10")
(source
(origin
(method url-fetch)
@@ -8865,7 +8865,7 @@ ByteStrings in the style of other common *nix hex dump tools.")
"network-info-" version ".tar.gz"))
(sha256
(base32
- "0xndvg776241fgjmynxfpy81f1csjmh8dg33yf0c8m71ychz3pzc"))))
+ "0anmgzcpnz7nw3n6vq0r25m1s9l2svpwi83wza0lzkrlbnbzd02n"))))
(build-system haskell-build-system)
(home-page "https://github.com/jystic/network-info")
(synopsis "Access the local computer's basic network configuration")