gnu: ghc-yesod-core: Update to 1.6.17.2.
* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2. Signed-off-by: Timothy Sample <samplet@ngyro.com>
This commit is contained in:
parent
1db54324b2
commit
4ad5ce4f78
1 changed files with 2 additions and 2 deletions
|
@ -1258,7 +1258,7 @@ (define-public ghc-clientsession
|
||||||
(define-public ghc-yesod-core
|
(define-public ghc-yesod-core
|
||||||
(package
|
(package
|
||||||
(name "ghc-yesod-core")
|
(name "ghc-yesod-core")
|
||||||
(version "1.6.16.1")
|
(version "1.6.17.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1267,7 +1267,7 @@ (define-public ghc-yesod-core
|
||||||
"yesod-core-" version ".tar.gz"))
|
"yesod-core-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
|
"0rcfksbxnwcpg5qh9vjkddv39q95mx4nxzgix51bbwa128hhzcwf"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-wai" ,ghc-wai)
|
(inputs `(("ghc-wai" ,ghc-wai)
|
||||||
("ghc-extra" ,ghc-extra)
|
("ghc-extra" ,ghc-extra)
|
||||||
|
|
Loading…
Reference in a new issue