diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
| commit | 0a6080cf183e50656b684ba3bc9e220ec46f287f (patch) | |
| tree | 100f215fdb5cd3c7019b719a29df7706ad30768a | |
| parent | 18954721927239ed9b745095085d588e6759d4a7 (diff) | |
gnu: python-psycopg2: Update to 2.9.6.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6.
| -rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 00cd53d186b..762d8bd4022 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -3803,13 +3803,13 @@ libraries with SQLALchemy.") | |||
| 3803 | (define-public python-psycopg2 | 3803 | (define-public python-psycopg2 |
| 3804 | (package | 3804 | (package |
| 3805 | (name "python-psycopg2") | 3805 | (name "python-psycopg2") |
| 3806 | (version "2.9.5") | 3806 | (version "2.9.6") |
| 3807 | (source | 3807 | (source |
| 3808 | (origin | 3808 | (origin |
| 3809 | (method url-fetch) | 3809 | (method url-fetch) |
| 3810 | (uri (pypi-uri "psycopg2" version)) | 3810 | (uri (pypi-uri "psycopg2" version)) |
| 3811 | (sha256 | 3811 | (sha256 |
| 3812 | (base32 "0ni4kq6p7hbkm2qsky998q36q5gq5if4nwd8hwhjx5rsd0p6s955")))) | 3812 | (base32 "04chl9f7v7k1zssa40pmk06jvpyqiss2lpjq50dq69nqix0mhlgi")))) |
| 3813 | (build-system python-build-system) | 3813 | (build-system python-build-system) |
| 3814 | (arguments | 3814 | (arguments |
| 3815 | ;; Tests would require a postgresql database "psycopg2_test" | 3815 | ;; Tests would require a postgresql database "psycopg2_test" |
