guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/28: gnu: python-psycopg2: Update to 2.9.3.


From: guix-commits
Subject: 01/28: gnu: python-psycopg2: Update to 2.9.3.
Date: Sat, 22 Jan 2022 04:23:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ee6e69a554073b0b55ffbbd9ad2e451ae234c5f2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 21 11:31:32 2022 +0100

    gnu: python-psycopg2: Update to 2.9.3.
    
    * gnu/packages/databases.scm (python-psycopg2): Update to 2.9.3.
    [home-page]: Follow redirect to <https://www.psycopg.org>.
---
 gnu/packages/databases.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ff81b24518..2dec250a5e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3406,21 +3406,21 @@ designed to be easy and intuitive to use.")
 (define-public python-psycopg2
   (package
     (name "python-psycopg2")
-    (version "2.9.2")
+    (version "2.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psycopg2" version))
        (sha256
-        (base32 "1smvvs1ngqy0ymlp1d7f85j09j9v0z5dq14f1qky0j0qi7xajkd8"))))
+        (base32 "1099as8ind9kpz30rmqzc3nir668fmpkxwayrj2sjka3ycdiv14f"))))
     (build-system python-build-system)
     (arguments
      ;; Tests would require a postgresql database "psycopg2_test"
      ;; 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
      (list postgresql)) ; libpq
-    (home-page "http://initd.org/psycopg/";)
+    (home-page "https://www.psycopg.org/";)
     (synopsis "Python PostgreSQL adapter")
     (description
      "psycopg2 is a thread-safe PostgreSQL adapter that implements DB-API



reply via email to

[Prev in Thread] Current Thread [Next in Thread]