summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2020-12-04 20:15:37 +0100
committerTimothy Sample <samplet@ngyro.com>2020-12-06 21:34:24 -0500
commit4ad5ce4f78b9a6dc7061913c910c4db6a7d54d70 (patch)
tree6e2e83c462e4b51b3b760cd21bac67743b65dcc2 /gnu/packages/haskell-web.scm
parent1db54324b2ded472dfc4dbd7778dd454a00e7d72 (diff)
downloadguix-patches-4ad5ce4f78b9a6dc7061913c910c4db6a7d54d70.tar
guix-patches-4ad5ce4f78b9a6dc7061913c910c4db6a7d54d70.tar.gz
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>
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 9a149187b6..5eb4f74317 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1258,7 +1258,7 @@ avoid any issues with characters.")
(define-public ghc-yesod-core
(package
(name "ghc-yesod-core")
- (version "1.6.16.1")
+ (version "1.6.17.2")
(source
(origin
(method url-fetch)
@@ -1267,7 +1267,7 @@ avoid any issues with characters.")
"yesod-core-" version ".tar.gz"))
(sha256
(base32
- "0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
+ "0rcfksbxnwcpg5qh9vjkddv39q95mx4nxzgix51bbwa128hhzcwf"))))
(build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra)