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

* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.2.
This commit is contained in:
Timothy Sample 2019-10-31 13:32:04 -04:00
parent 12ee2d5d84
commit 1e0db876d1
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

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