mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: python-pyodbc: Update to 4.0.32.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.32.
This commit is contained in:
parent
07edc13f04
commit
64b12a1abf
1 changed files with 2 additions and 2 deletions
|
@ -3043,13 +3043,13 @@ (define-public python-pyodbc-c
|
||||||
(define-public python-pyodbc
|
(define-public python-pyodbc
|
||||||
(package
|
(package
|
||||||
(name "python-pyodbc")
|
(name "python-pyodbc")
|
||||||
(version "4.0.30")
|
(version "4.0.32")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyodbc" version))
|
(uri (pypi-uri "pyodbc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0skjpraar6hcwsy82612bpj8nw016ncyvvq88j5syrikxgp5saw5"))
|
(base32 "0sqs0x2l5mk3yv0wwz3ya8yh5f4babihyhc8hjbf2m86b71z1rcv"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete precompiled binaries. The corresponding source is included.
|
;; Delete precompiled binaries. The corresponding source is included.
|
||||||
|
|
Loading…
Reference in a new issue