diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | 0cf2cb51b9b932857932e43a23348cb2f4d5e255 (patch) | |
tree | a5783573822407c0b336091e74ff48cbf2d643ad | |
parent | 25ffb738b5cd1a31a7f83d4e947e1e8be0fc3e99 (diff) | |
download | guix-0cf2cb51b9b932857932e43a23348cb2f4d5e255.tar guix-0cf2cb51b9b932857932e43a23348cb2f4d5e255.tar.gz |
gnu: python-pyodbc: Update to 4.0.35.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.35.
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a5479363f2..387755b8ec 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3138,13 +3138,13 @@ or languages. It uses only Python's built-in data types.") (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. |