3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pyodbc: Update to 4.0.24.

* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.24.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 15:17:55 +02:00
parent 28635e5266
commit 725449bd7a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1953,14 +1953,14 @@ for ODBC.")
(define-public python-pyodbc
(package
(name "python-pyodbc")
(version "4.0.21")
(version "4.0.24")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyodbc" version))
(sha256
(base32
"0a83zwz3h1agshnsc6r7al6q83222w8601gpzzzjvjz5m56ghmcn"))
"1m311vi7vpay1j7rkq71fpsk0gb7454k4lldk5b63hyy6yvsn9j3"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system)
(inputs