1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02: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:
Timothy Sample 2019-10-31 13:33:51 -04:00
parent d9b1567a07
commit b38a7838be
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1120,7 +1120,7 @@ from Yesod.")
(define-public ghc-yesod-form (define-public ghc-yesod-form
(package (package
(name "ghc-yesod-form") (name "ghc-yesod-form")
(version "1.6.2") (version "1.6.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1130,7 +1130,7 @@ from Yesod.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1p1x1hffvarplc82ykdk7rm6p5isqgqf78bvxzpfhncxs4kwx057")))) "0mny71dyp6cp5akyp5wvmrhmip5rkqi8ibdn3lipvmajx9h58r5d"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-yesod-core" ,ghc-yesod-core) `(("ghc-yesod-core" ,ghc-yesod-core)