summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-29 01:27:50 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:22 +0200
commit7eee87e65d9e2da183887ade425a29de1a1f024d (patch)
tree177be657e42b7e77b757580574d4eb027c1a84c4 /gnu/packages/haskell.scm
parent0ea695f67754c18a85d384dd32602f0a998549e0 (diff)
downloadgnu-guix-7eee87e65d9e2da183887ade425a29de1a1f024d.tar
gnu-guix-7eee87e65d9e2da183887ade425a29de1a1f024d.tar.gz
gnu: ghc-persistent-sqlite: Update to 2.8.2.
* gnu/packages/haskell.scm (ghc-persistent-sqlite): Update to 2.8.2.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a0ca08720f..a373de8ea4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10217,7 +10217,7 @@ working with it.")
(define-public ghc-persistent-sqlite
(package
(name "ghc-persistent-sqlite")
- (version "2.6.4")
+ (version "2.8.2")
(source
(origin
(method url-fetch)
@@ -10226,7 +10226,7 @@ working with it.")
"persistent-sqlite-" version ".tar.gz"))
(sha256
(base32
- "16mc2ra0hbyyc8ckjlxxc11bpskdymbr8c3g6ih6wzik639xprbm"))))
+ "1chbmvjz46smhgnzhha3bbkhys3fys6dip1jr4v7xp1jf78zbyp6"))))
(build-system haskell-build-system)
(inputs `(("ghc-persistent" ,ghc-persistent)
("ghc-unliftio-core" ,ghc-unliftio-core)