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:
Giacomo Leidi 2020-12-04 20:15:37 +01:00 committed by Timothy Sample
parent 1db54324b2
commit 4ad5ce4f78
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1258,7 +1258,7 @@ (define-public ghc-clientsession
(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 @@ (define-public ghc-yesod-core
"yesod-core-" version ".tar.gz"))
(sha256
(base32
"0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
"0rcfksbxnwcpg5qh9vjkddv39q95mx4nxzgix51bbwa128hhzcwf"))))
(build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra)