mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-yesod-form: Update to 1.6.7.
* gnu/packages/haskell-web.scm (ghc-yesod-form): Update to 1.6.7.
This commit is contained in:
parent
d9b1567a07
commit
b38a7838be
1 changed files with 2 additions and 2 deletions
|
@ -1120,7 +1120,7 @@ (define-public ghc-yesod-persistent
|
|||
(define-public ghc-yesod-form
|
||||
(package
|
||||
(name "ghc-yesod-form")
|
||||
(version "1.6.2")
|
||||
(version "1.6.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1130,7 +1130,7 @@ (define-public ghc-yesod-form
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p1x1hffvarplc82ykdk7rm6p5isqgqf78bvxzpfhncxs4kwx057"))))
|
||||
"0mny71dyp6cp5akyp5wvmrhmip5rkqi8ibdn3lipvmajx9h58r5d"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-yesod-core" ,ghc-yesod-core)
|
||||
|
|
Loading…
Reference in a new issue