gnu: ghc-persistent-template: Update to 2.6.0.

* gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.6.0.
[arguments]: Remove '#:cabal-revision'.
This commit is contained in:
Timothy Sample 2019-10-31 13:29:47 -04:00
parent 2e9aaf0766
commit bc78e0d956
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7890,7 +7890,7 @@ system dependencies.")
(define-public ghc-persistent-template (define-public ghc-persistent-template
(package (package
(name "ghc-persistent-template") (name "ghc-persistent-template")
(version "2.5.4") (version "2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7899,11 +7899,8 @@ system dependencies.")
"persistent-template-" version ".tar.gz")) "persistent-template-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc")))) "0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments
`(#:cabal-revision
("2" "03qgwk32krldph3blw5agiqcpccr3649hajyn8wm9k71zz82dpn6")))
(inputs `(("ghc-persistent" ,ghc-persistent) (inputs `(("ghc-persistent" ,ghc-persistent)
("ghc-monad-control" ,ghc-monad-control) ("ghc-monad-control" ,ghc-monad-control)
("ghc-aeson" ,ghc-aeson) ("ghc-aeson" ,ghc-aeson)