mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
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:
parent
c70f00e203
commit
083c9c7375
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ for screen-scraping.")
|
||||||
(define-public ghc-cookie
|
(define-public ghc-cookie
|
||||||
(package
|
(package
|
||||||
(name "ghc-cookie")
|
(name "ghc-cookie")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -74,7 +74,7 @@ for screen-scraping.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
|
"1qy09i0jh2z9i9avy2khf8a8afq4fqgnv0fyrszgfg4kmq2fsi9j"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-old-locale" ,ghc-old-locale)
|
`(("ghc-old-locale" ,ghc-old-locale)
|
||||||
|
|
Loading…
Add table
Reference in a new issue