gnu: python-psycopg2: Use postgresql@9.6. * gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql with postgresql@9.6.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 10829,7 10829,7 @@ introspection of @code{zope.interface} instances in code.") ;; and a running postgresql database management service. `(#:tests? #f)) ; TODO re-enable after providing a test-db. (inputs `(("postgresql" ,postgresql))) ; libpq `(("postgresql" ,postgresql-9.6))) ; libpq (home-page "http://initd.org/psycopg/") (synopsis "Python PostgreSQL adapter") (description