gnu: ghc-socks: Update to 0.5.5.

* gnu/packages/haskell.scm (ghc-socks): Update to 0.5.5.
This commit is contained in:
Ricardo Wurmus 2018-02-13 11:33:35 +01:00
parent 3a4181dfc0
commit 15009c14ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5701,14 +5701,14 @@ (define-public ghc-memory
(define-public ghc-socks
(package
(name "ghc-socks")
(version "0.5.4")
(version "0.5.5")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"socks/socks-" version ".tar.gz"))
(sha256
(base32
"1nmldlwxqasmg359i2aa3a903gi3lmnlspvf12xk49jrg3mf3dg9"))))
"0s689w1hh9g8ifl75xhzbv96ir07hwn04b4lgvbxzl8swa9ylir6"))))
(build-system haskell-build-system)
(inputs
`(("ghc-cereal" ,ghc-cereal)