python3Packages.pyodbc: 4.0.35 -> 4.0.39

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:00 +02:00
parent 1453a954d3
commit a51ccce2cf
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyodbc";
version = "4.0.35";
version = "4.0.39";
format = "setuptools";
disabled = pythonOlder "3.7" || isPyPy; # use pypypdbc instead
src = fetchPypi {
inherit pname version;
hash = "sha256-krmvSOi5KEVbyLlL89oFdR+uwJMqEe7iN8GJxtQ55cg=";
hash = "sha256-5Si7cN1tYpnuQphokl3whm4+kZx3K57/ecjheSDY8RY=";
};
nativeBuildInputs = [