me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.4.
master
Marius Bakke 2020-03-29 21:43:10 +02:00
parent 5adb2c1e8d
commit 96c813ce4c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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