gnu: python-psycopg2: Update to 2.9.2.

* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.2.
(python2-psycopg2): Remove variable (no longer supported).
This commit is contained in:
Marius Bakke 2021-11-12 13:02:04 +01:00 committed by Marius Bakke
parent 52d9e2c299
commit e493f5479c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3326,13 +3326,13 @@ designed to be easy and intuitive to use.")
(define-public python-psycopg2 (define-public python-psycopg2
(package (package
(name "python-psycopg2") (name "python-psycopg2")
(version "2.8.6") (version "2.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "psycopg2" version)) (uri (pypi-uri "psycopg2" version))
(sha256 (sha256
(base32 "0hzmk6b1hb5riqkljr5xics6p4zbvmis6knbczb7zhq7273zc8zv")))) (base32 "1smvvs1ngqy0ymlp1d7f85j09j9v0z5dq14f1qky0j0qi7xajkd8"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; Tests would require a postgresql database "psycopg2_test" ;; Tests would require a postgresql database "psycopg2_test"
@ -3347,9 +3347,6 @@ designed to be easy and intuitive to use.")
2.0.") 2.0.")
(license license:lgpl3+))) (license license:lgpl3+)))
(define-public python2-psycopg2
(package-with-python2 python-psycopg2))
(define-public python-sadisplay (define-public python-sadisplay
(package (package
(name "python-sadisplay") (name "python-sadisplay")