python3Packages.pyodbc: 4.0.39 -> 5.0.1

https://github.com/mkleehammer/pyodbc/releases/tag/5.0.1
This commit is contained in:
Martin Weinelt 2023-12-03 00:02:16 +01:00
parent 59d36f0ead
commit 6edfdf13bb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyodbc";
version = "4.0.39";
version = "5.0.1";
format = "setuptools";
disabled = pythonOlder "3.7" || isPyPy; # use pypypdbc instead
src = fetchPypi {
inherit pname version;
hash = "sha256-5Si7cN1tYpnuQphokl3whm4+kZx3K57/ecjheSDY8RY=";
hash = "sha256-A9fQsE1akVYJnOjQPpLzlWeDdG+pI0629bXPwStkUBE=";
};
nativeBuildInputs = [