diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 11:53:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 11:53:04 +0100 |
| commit | bdbdb715dfeb48e79f6419da101c1486eae6496c (patch) | |
| tree | f64bd19f312d9f4a1e637fdae49f66eed386e4aa /gnu/packages/python-xyz.scm | |
| parent | 2aee6975c5df56faa1c0a25237f4ecd52450f252 (diff) | |
gnu: python-psycopg2-binary: Update to 2.9.10.
* gnu/packages/python-xyz.scm (python-psycopg2-binary): Update to 2.9.10.
Change-Id: I20a022fd0ea4941dfb6ceb74ef3e2c3f6b38186c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 275a6f047d..9b73db1ff0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37646,13 +37646,13 @@ Python, with static types.") (define-public python-psycopg2-binary (package (name "python-psycopg2-binary") - (version "2.9.3") + (version "2.9.10") (source (origin (method url-fetch) (uri (pypi-uri "psycopg2-binary" version)) (sha256 - (base32 "0kpaxg3lg5wg5ww5kxmzi2z2d7arsx13ci915d8a2pf17lqza7bn")))) + (base32 "1qkdl21agnifabk508py6m0q4ggixx13k63xlp6qma8ak7kg0gab")))) (build-system pyproject-build-system) (arguments ;; Tests are disable because they need a live instance of PostgreSQL. |
