gnu: ghc-cookie: Update to 0.4.3.

* gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-02 03:51:43 +01:00
parent ab880e6e6c
commit 6d39aee521
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ for screen-scraping.")
(define-public ghc-cookie (define-public ghc-cookie
(package (package
(name "ghc-cookie") (name "ghc-cookie")
(version "0.4.1.6") (version "0.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -75,7 +75,7 @@ for screen-scraping.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s")))) "0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-old-locale" ,ghc-old-locale) `(("ghc-old-locale" ,ghc-old-locale)