gnu: python-pyodbc: Update to 4.0.26.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.26.
This commit is contained in:
parent
fe74e6ac6b
commit
ba18ea5f41
|
@ -1941,13 +1941,13 @@ for ODBC.")
|
||||||
(define-public python-pyodbc
|
(define-public python-pyodbc
|
||||||
(package
|
(package
|
||||||
(name "python-pyodbc")
|
(name "python-pyodbc")
|
||||||
(version "4.0.25")
|
(version "4.0.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyodbc" version))
|
(uri (pypi-uri "pyodbc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bbwrb812w5i0x56jfn0l86mxc2ck904hl8y87mziay96znwia0f"))
|
(base32 "1qrxnf7ji5hml7z4y669k4wmk3iz2pcsr05bnn1n912asash09z5"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue