samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1054e049b8cd1ac0b4bb1caea026d6b6939d4882
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:32:04 2019 -0400
gnu: ghc-yesod-persistent: Update to 1.6.0.2.
* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.2.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index dd4a1a9..36f9807 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1088,7 +1088,7 @@ functions, widgets, etc.")
(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 @@ functions, widgets, etc.")
"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)