mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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 @@ (define-public ghc-tagsoup
|
|||
(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 @@ (define-public ghc-cookie
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
|
||||
"1qy09i0jh2z9i9avy2khf8a8afq4fqgnv0fyrszgfg4kmq2fsi9j"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-old-locale" ,ghc-old-locale)
|
||||
|
|
Loading…
Reference in a new issue