summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:25:04 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:39 -0500
commit18a38da5ab8d4263026c9f83f723d69aabd6fb47 (patch)
tree0d272fcc8bf8705adb742fb90f3f02ccd9c15870 /gnu/packages/haskell-xyz.scm
parenta41c16dc32f27f9a5a7b017557510c9cac56e4b4 (diff)
downloadguix-patches-18a38da5ab8d4263026c9f83f723d69aabd6fb47.tar
guix-patches-18a38da5ab8d4263026c9f83f723d69aabd6fb47.tar.gz
gnu: ghc-persistent: Update to 2.9.2.
* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.9.2.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 2ec48926fd..df032e5437 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7775,7 +7775,7 @@ syntax and semantics as Perl 5.")
(define-public ghc-persistent
(package
(name "ghc-persistent")
- (version "2.8.2")
+ (version "2.9.2")
(source
(origin
(method url-fetch)
@@ -7784,7 +7784,7 @@ syntax and semantics as Perl 5.")
"persistent-" version ".tar.gz"))
(sha256
(base32
- "1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9"))))
+ "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
(build-system haskell-build-system)
(inputs `(("ghc-old-locale" ,ghc-old-locale)
("ghc-conduit" ,ghc-conduit)