gnu: ghc-persistent: Update to 2.9.2.

* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.9.2.
This commit is contained in:
Timothy Sample 2019-10-31 13:25:04 -04:00
parent a41c16dc32
commit 18a38da5ab
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7775,7 +7775,7 @@ (define-public ghc-pcre-light
(define-public ghc-persistent (define-public ghc-persistent
(package (package
(name "ghc-persistent") (name "ghc-persistent")
(version "2.8.2") (version "2.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7784,7 +7784,7 @@ (define-public ghc-persistent
"persistent-" version ".tar.gz")) "persistent-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9")))) "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-old-locale" ,ghc-old-locale) (inputs `(("ghc-old-locale" ,ghc-old-locale)
("ghc-conduit" ,ghc-conduit) ("ghc-conduit" ,ghc-conduit)