gnu: ghc-http-client: Update to 0.5.7.1.
* gnup/packages/haskell-web.scm (ghc-http-client): Update to 0.5.7.1.
This commit is contained in:
parent
0faddfc392
commit
7dc8275512
|
@ -160,7 +160,7 @@ responses coming back.")
|
||||||
(define-public ghc-http-client
|
(define-public ghc-http-client
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-client")
|
(name "ghc-http-client")
|
||||||
(version "0.5.6.1")
|
(version "0.5.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -168,7 +168,7 @@ responses coming back.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v9bdb8dkhb5g6jl9azk86ig7ia8xh9arr64n7s8r94fp0vl6c1c"))))
|
"19cvnnfcjj2m3pgs6ivyjs21rw9wx5ynarh6hvb27a76cscai2fy"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; Tests require access to the web.
|
;; Tests require access to the web.
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
|
|
Loading…
Reference in New Issue