gnu: ghc-http-date: Update to 0.0.8.
* gnu/packages/haskell-web.scm (ghc-http-date): Update to 0.0.8.
This commit is contained in:
parent
867ac7fe58
commit
40e1af35be
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ libraries, such as http-conduit.")
|
||||||
(define-public ghc-http-date
|
(define-public ghc-http-date
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-date")
|
(name "ghc-http-date")
|
||||||
(version "0.0.6.1")
|
(version "0.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -270,7 +270,7 @@ libraries, such as http-conduit.")
|
||||||
"http-date-" version ".tar.gz"))
|
"http-date-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dknh28kyarnzqrsc80ssalxjrq0qbv7ir49247p2grb7rh0dqgj"))))
|
"09slbzqayjnqqz9zybk7slgzvizgplikqgg4b2flzgks91466k0g"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-attoparsec" ,ghc-attoparsec)))
|
`(("ghc-attoparsec" ,ghc-attoparsec)))
|
||||||
|
|
Reference in a new issue