gnu: ghc-socks: Update to 0.5.5.

* gnu/packages/haskell.scm (ghc-socks): Update to 0.5.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5701,14 +5701,14 @@ set, memory copy, ..) and more")
(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)