gnu: ghc-cookie: Update to 0.4.4.

* gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.4.
This commit is contained in:
Timothy Sample 2018-08-28 23:32:33 -04:00 committed by Ricardo Wurmus
parent c70f00e203
commit 083c9c7375
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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