gnu: ghc-network-info: Update to 0.2.0.10.

* gnu/packages/haskell.scm (ghc-network-info): Update to 0.2.0.10.
This commit is contained in:
Timothy Sample 2018-08-28 20:50:11 -04:00 committed by Ricardo Wurmus
parent f06b5f23c0
commit e433898d8c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8856,7 +8856,7 @@ (define-public ghc-pretty-hex
(define-public ghc-network-info (define-public ghc-network-info
(package (package
(name "ghc-network-info") (name "ghc-network-info")
(version "0.2.0.8") (version "0.2.0.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8865,7 +8865,7 @@ (define-public ghc-network-info
"network-info-" version ".tar.gz")) "network-info-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xndvg776241fgjmynxfpy81f1csjmh8dg33yf0c8m71ychz3pzc")))) "0anmgzcpnz7nw3n6vq0r25m1s9l2svpwi83wza0lzkrlbnbzd02n"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/jystic/network-info") (home-page "https://github.com/jystic/network-info")
(synopsis "Access the local computer's basic network configuration") (synopsis "Access the local computer's basic network configuration")