mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
28635e5266
commit
725449bd7a
1 changed files with 2 additions and 2 deletions
|
@ -1953,14 +1953,14 @@ (define-public python2-pyodbc-c
|
||||||
(define-public python-pyodbc
|
(define-public python-pyodbc
|
||||||
(package
|
(package
|
||||||
(name "python-pyodbc")
|
(name "python-pyodbc")
|
||||||
(version "4.0.21")
|
(version "4.0.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyodbc" version))
|
(uri (pypi-uri "pyodbc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a83zwz3h1agshnsc6r7al6q83222w8601gpzzzjvjz5m56ghmcn"))
|
"1m311vi7vpay1j7rkq71fpsk0gb7454k4lldk5b63hyy6yvsn9j3"))
|
||||||
(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 a new issue