gnu: python-pyodbc: Update to 4.0.30.

* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.30.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-04 20:46:50 +01:00
parent e884c20533
commit dbc8a6e750
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2279,13 +2279,13 @@ (define-public python2-pyodbc-c
(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