mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-psycopg2: Update to 2.8.4.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.
This commit is contained in:
parent
7d5f0795c1
commit
ab6e4ab8c3
1 changed files with 2 additions and 2 deletions
|
@ -2768,13 +2768,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.7.7")
|
(version "2.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "psycopg2" version))
|
(uri (pypi-uri "psycopg2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"))))
|
(base32 "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q"))))
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue