forked from mirrors/nixpkgs
python310Packages.pyodbc: 4.0.32 -> 4.0.34
This commit is contained in:
parent
f2dba019c6
commit
67b02d983e
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue