mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
52d9e2c299
commit
e493f5479c
1 changed files with 2 additions and 5 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue