guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-pyodbc: Update to 4.0.27.


From: guix-commits
Subject: 01/05: gnu: python-pyodbc: Update to 4.0.27.
Date: Fri, 23 Aug 2019 22:56:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d5be746a8505c4c6b3f8f7506a582188a07883d1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 24 01:06:51 2019 +0200

    gnu: python-pyodbc: Update to 4.0.27.
    
    * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.27.
---
 gnu/packages/databases.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 63ad760..333a88b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2101,20 +2101,19 @@ for ODBC.")
 (define-public python-pyodbc
   (package
     (name "python-pyodbc")
-    (version "4.0.26")
+    (version "4.0.27")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyodbc" version))
        (sha256
-        (base32 "1qrxnf7ji5hml7z4y669k4wmk3iz2pcsr05bnn1n912asash09z5"))
+        (base32 "1kd2i7hc1330cli72vawzby17c3039cqn1aba4i0zrjnpghjhmib"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system python-build-system)
     (inputs
      `(("unixodbc" ,unixodbc)))
     (arguments
-     `(;; No unit tests exist.
-       #:tests? #f))
+     `(#:tests? #f))                    ; no unit tests exist
     (home-page "https://github.com/mkleehammer/pyodbc";)
     (synopsis "Python ODBC Library")
     (description "@code{python-pyodbc} provides a Python DB-API driver



reply via email to

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