mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: python-psycopg2: Use postgresql@9.6.
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql with postgresql@9.6.
This commit is contained in:
parent
7658d89bb7
commit
4e169fc67a
1 changed files with 1 additions and 1 deletions
|
@ -10829,7 +10829,7 @@ introspection of @code{zope.interface} instances in code.")
|
||||||
;; and a running postgresql database management service.
|
;; and a running postgresql database management service.
|
||||||
`(#:tests? #f)) ; TODO re-enable after providing a test-db.
|
`(#:tests? #f)) ; TODO re-enable after providing a test-db.
|
||||||
(inputs
|
(inputs
|
||||||
`(("postgresql" ,postgresql))) ; libpq
|
`(("postgresql" ,postgresql-9.6))) ; libpq
|
||||||
(home-page "http://initd.org/psycopg/")
|
(home-page "http://initd.org/psycopg/")
|
||||||
(synopsis "Python PostgreSQL adapter")
|
(synopsis "Python PostgreSQL adapter")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue