guix-commits
[Top][All Lists]
Advanced

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

45/55: gnu: python-psycopg-pool: Update to 3.1.7.


From: guix-commits
Subject: 45/55: gnu: python-psycopg-pool: Update to 3.1.7.
Date: Thu, 21 Sep 2023 13:31:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e7fe89d716be3f13f17d5539eeb9c7aa35d9a9ee
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 15 23:12:46 2023 +0800

    gnu: python-psycopg-pool: Update to 3.1.7.
    
    * gnu/packages/databases.scm (python-psycopg-pool): Update to 3.1.7.
---
 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 8a2063ee29..cd1a810a18 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3830,13 +3830,13 @@ libraries with SQLALchemy.")
     (name "python-psycopg-pool")
     ;; The connection pooling code is on a different release cadence
     ;; from the driver code, so fetch the latest PyPI release.
-    (version "3.0.3")
+    (version "3.1.7")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "psycopg-pool" version))
               (sha256
                (base32
-                "1nx139pwzsgrz253zjxw2sf8h713s79h4cp1falmpc39j08djb46"))))
+                "1pkx7nj1mhacwpna7ldzqfqxd1xg8826600r0bs9ad1h93f429yh"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f                  ;run for psycopg below



reply via email to

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