summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:43 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:55 +0100
commit5e8b18dbb1632ad1b5f297308960989088985db0 (patch)
treedcad789e40905b8d808b70c6174c43355fed099a /gnu/packages/haskell-xyz.scm
parent0423272c1c6b54ef513958926533368544581205 (diff)
downloadguix-patches-5e8b18dbb1632ad1b5f297308960989088985db0.tar
guix-patches-5e8b18dbb1632ad1b5f297308960989088985db0.tar.gz
gnu: ghc-persistent-postgresql: Update to 2.13.2.1.
* gnu/packages/haskell-xyz.scm (ghc-persistent-postgresql): Update to 2.13.2.1.
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 ddad796c9d..6fb6933be4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16458,7 +16458,7 @@ server and to receive the results of these queries.")
(define-public ghc-persistent-postgresql
(package
(name "ghc-persistent-postgresql")
- (version "2.13.1.0")
+ (version "2.13.2.1")
(source
(origin
(method url-fetch)
@@ -16467,7 +16467,7 @@ server and to receive the results of these queries.")
version
".tar.gz"))
(sha256
- (base32 "05bj3b7kdwaba3szrrsmafxr6vcnvdhq20jk5xx348jnf2flkw0i"))))
+ (base32 "07pnr8m0nk43jaz6l293lzx4ivyqgnw94fjypazzm008b4irh7ir"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; TODO: Cannot import MaybeFieldDefsTest.
(inputs