gnu: python-pyodbc: Update to 4.0.30.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 4 Mar 2020 19:46:50 +0000 (20:46 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 4 Mar 2020 19:59:53 +0000 (20:59 +0100)
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.30.

gnu/packages/databases.scm

index d489184..a8ce065 100644 (file)
@@ -2279,13 +2279,13 @@ for ODBC.")
 (define-public python-pyodbc
   (package
     (name "python-pyodbc")
-    (version "4.0.27")
+    (version "4.0.30")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyodbc" version))
        (sha256
-        (base32 "1kd2i7hc1330cli72vawzby17c3039cqn1aba4i0zrjnpghjhmib"))
+        (base32 "0skjpraar6hcwsy82612bpj8nw016ncyvvq88j5syrikxgp5saw5"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system python-build-system)
     (inputs