guix-commits
[Top][All Lists]
Advanced

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

06/18: gnu: python-psycopg2: Update to 2.7.7.


From: guix-commits
Subject: 06/18: gnu: python-psycopg2: Update to 2.7.7.
Date: Mon, 11 Mar 2019 21:22:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 72b7de49b44b8394a9e009dd71e45d63830d42ea
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 21:10:52 2019 +0100

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

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ea660b8..6c34a5b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2332,14 +2332,13 @@ designed to be easy and intuitive to use.")
 (define-public python-psycopg2
   (package
     (name "python-psycopg2")
-    (version "2.7.5")
+    (version "2.7.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psycopg2" version))
        (sha256
-        (base32
-         "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc"))))
+        (base32 "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"))))
     (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]