me
/
guix
Archived
1
0
Fork 0

gnu: ghc-persistent-postgresql: Update to 2.13.2.1.

* gnu/packages/haskell-xyz.scm (ghc-persistent-postgresql): Update to 2.13.2.1.
master
Lars-Dominik Braun 2021-10-25 14:28:43 +02:00
parent 0423272c1c
commit 5e8b18dbb1
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 2 deletions

View File

@ -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