mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
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:
parent
ab880e6e6c
commit
6d39aee521
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ (define-public ghc-tagsoup
|
|||
(define-public ghc-cookie
|
||||
(package
|
||||
(name "ghc-cookie")
|
||||
(version "0.4.1.6")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -75,7 +75,7 @@ (define-public ghc-cookie
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s"))))
|
||||
"0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-old-locale" ,ghc-old-locale)
|
||||
|
|
Loading…
Reference in a new issue