mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pyodbc: Update to 4.0.35.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.35.
This commit is contained in:
parent
25ffb738b5
commit
0cf2cb51b9
1 changed files with 2 additions and 2 deletions
|
@ -3138,13 +3138,13 @@ (define-public python-pyodbc-c
|
|||
(define-public python-pyodbc
|
||||
(package
|
||||
(name "python-pyodbc")
|
||||
(version "4.0.32")
|
||||
(version "4.0.35")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyodbc" version))
|
||||
(sha256
|
||||
(base32 "0sqs0x2l5mk3yv0wwz3ya8yh5f4babihyhc8hjbf2m86b71z1rcv"))
|
||||
(base32 "1j7577acd2f16zifw49ajg0aw7vm0pdg6jxrr1dlaa5rx14azfcj"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Delete precompiled binaries. The corresponding source is included.
|
||||
|
|
Loading…
Reference in a new issue