guix-commits
[Top][All Lists]
Advanced

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

11/27: gnu: python-psycopg2: Update to 2.9.5.


From: guix-commits
Subject: 11/27: gnu: python-psycopg2: Update to 2.9.5.
Date: Thu, 15 Dec 2022 13:44:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit dcbd6461399835ab4bbbe6f040f8d500b31b1e7f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: python-psycopg2: Update to 2.9.5.
    
    * gnu/packages/databases.scm (python-psycopg2): Update to 2.9.5.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 504d6ff5f8..37ecc7ea81 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3686,13 +3686,13 @@ managers for automatically closing connections.")
 (define-public python-psycopg2
   (package
     (name "python-psycopg2")
-    (version "2.9.3")
+    (version "2.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psycopg2" version))
        (sha256
-        (base32 "1099as8ind9kpz30rmqzc3nir668fmpkxwayrj2sjka3ycdiv14f"))))
+        (base32 "0ni4kq6p7hbkm2qsky998q36q5gq5if4nwd8hwhjx5rsd0p6s955"))))
     (build-system python-build-system)
     (arguments
      ;; Tests would require a postgresql database "psycopg2_test"



reply via email to

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