mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
12ee2d5d84
commit
1e0db876d1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue