aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:31:36 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:43 -0500
commit801fbd7e0f9a4de2082e5946b5641473c951d0b0 (patch)
tree2ea4e8b166f9adefb33fc0b44f1f87fa955e355d /gnu/packages
parent145148ca017187b1de0587b664aa4039fdc1852f (diff)
downloadguix-801fbd7e0f9a4de2082e5946b5641473c951d0b0.tar
guix-801fbd7e0f9a4de2082e5946b5641473c951d0b0.tar.gz
gnu: ghc-persistent-sqlite: Update to 2.9.3.
* gnu/packages/haskell-xyz.scm (ghc-persistent-sqlite): Update to 2.9.3.
Diffstat (limited to 'gnu/packages')
-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 ce5dccac02..5b6aa93a7a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7855,7 +7855,7 @@ way.")
(define-public ghc-persistent-sqlite
(package
(name "ghc-persistent-sqlite")
- (version "2.8.2")
+ (version "2.9.3")
(source
(origin
(method url-fetch)
@@ -7864,7 +7864,7 @@ way.")
"persistent-sqlite-" version ".tar.gz"))
(sha256
(base32
- "1chbmvjz46smhgnzhha3bbkhys3fys6dip1jr4v7xp1jf78zbyp6"))))
+ "13wbn88ixv4d4dfjl1gabm1q60fbcnygbmixz57pi3z84drrynwq"))))
(build-system haskell-build-system)
(inputs `(("ghc-persistent" ,ghc-persistent)
("ghc-unliftio-core" ,ghc-unliftio-core)