Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2020-03-06 00:17:50 +01:00
commit b6f946f039
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
68 changed files with 2127 additions and 1154 deletions

View file

@ -2284,13 +2284,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