guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: python-psycopg2: Update to 2.8.4.


From: guix-commits
Subject: 12/15: gnu: python-psycopg2: Update to 2.8.4.
Date: Sun, 15 Mar 2020 10:11:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ab6e4ab8c3412e28cf75f758da757da843ace902
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 15 13:35:46 2020 +0100

    gnu: python-psycopg2: Update to 2.8.4.
    
    * gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.
---
 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 d26f1ef..a485458 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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"



reply via email to

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