gnu: ghc-yesod-persistent: Update to 1.6.0.

* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.
This commit is contained in:
Timothy Sample 2018-08-29 01:32:05 -04:00 committed by Ricardo Wurmus
parent 082d9383d1
commit 1689d39cd2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1140,7 +1140,7 @@ (define-public ghc-yesod-core
(define-public ghc-yesod-persistent
(package
(name "ghc-yesod-persistent")
(version "1.4.3")
(version "1.6.0")
(source
(origin
(method url-fetch)
@ -1149,7 +1149,7 @@ (define-public ghc-yesod-persistent
"yesod-persistent-" version ".tar.gz"))
(sha256
(base32
"0kiksw46c8ww9yiwl28pkrppx8d6fhsasr0hvmsliqbrp16likj8"))))
"1gd59xf7b6v3cald58mzwnfbdzjr49cz60rm4wc5w9pvfx12pgj2"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not available in PATH.
(inputs `(("ghc-yesod-core" ,ghc-yesod-core)