mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: ghc-yesod-form: Update to 1.6.2.
* gnu/packages/haskell-web.scm (ghc-yesod-form): Update to 1.6.2.
This commit is contained in:
parent
6a006a11fd
commit
69054c9285
1 changed files with 2 additions and 2 deletions
|
@ -1173,7 +1173,7 @@ (define-public ghc-yesod-persistent
|
|||
(define-public ghc-yesod-form
|
||||
(package
|
||||
(name "ghc-yesod-form")
|
||||
(version "1.4.16")
|
||||
(version "1.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1183,7 +1183,7 @@ (define-public ghc-yesod-form
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lij3m5vn8nvh6y88r1dhk03xmmjwmjzazm307nc2wvc5fmx9p2j"))))
|
||||
"1p1x1hffvarplc82ykdk7rm6p5isqgqf78bvxzpfhncxs4kwx057"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-yesod-core" ,ghc-yesod-core)
|
||||
|
|
Loading…
Reference in a new issue