gnu: python-psycopg2: Update to 2.8.4.

* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.
This commit is contained in:
Marius Bakke 2020-03-15 13:35:46 +01:00
parent 7d5f0795c1
commit ab6e4ab8c3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2768,13 +2768,13 @@ designed to be easy and intuitive to use.")
(define-public python-psycopg2
(package
(name "python-psycopg2")
(version "2.7.7")
(version "2.8.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "psycopg2" version))
(sha256
(base32 "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"))))
(base32 "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q"))))
(build-system python-build-system)
(arguments
;; Tests would require a postgresql database "psycopg2_test"