me
/
guix
Archived
1
0
Fork 0

gnu: python-psycopg-pool: Update to 3.1.7.

* gnu/packages/databases.scm (python-psycopg-pool): Update to 3.1.7.
Marius Bakke 2023-09-15 23:12:46 +08:00
parent 0e25cba87d
commit e7fe89d716
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3830,13 +3830,13 @@ libraries with SQLALchemy.")
(name "python-psycopg-pool") (name "python-psycopg-pool")
;; The connection pooling code is on a different release cadence ;; The connection pooling code is on a different release cadence
;; from the driver code, so fetch the latest PyPI release. ;; from the driver code, so fetch the latest PyPI release.
(version "3.0.3") (version "3.1.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "psycopg-pool" version)) (uri (pypi-uri "psycopg-pool" version))
(sha256 (sha256
(base32 (base32
"1nx139pwzsgrz253zjxw2sf8h713s79h4cp1falmpc39j08djb46")))) "1pkx7nj1mhacwpna7ldzqfqxd1xg8826600r0bs9ad1h93f429yh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ;run for psycopg below (list #:tests? #f ;run for psycopg below