python310Packages.pyodbc: 4.0.32 -> 4.0.34

This commit is contained in:
R. Ryantm 2022-07-16 01:27:09 +00:00 committed by Bjørn Forsman
parent f2dba019c6
commit 67b02d983e

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pyodbc";
version = "4.0.32";
version = "4.0.34";
disabled = isPyPy; # use pypypdbc instead
src = fetchPypi {
inherit pname version;
sha256 = "9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b";
sha256 = "sha256-fqeGlTK5a41Smx8I6oV2X5TffkpY6Wiy+NRVNGoD5Fw=";
};
buildInputs = [ unixODBC ];