python37Packages.pyodbc: 4.0.25 -> 4.0.26

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyodbc/versions
This commit is contained in:
R. RyanTM 2019-04-02 11:00:36 -07:00 committed by Bjørn Forsman
parent 57de25b319
commit 5811d272a3

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pyodbc";
version = "4.0.25";
version = "4.0.26";
disabled = isPyPy; # use pypypdbc instead
src = fetchPypi {
inherit pname version;
sha256 = "1bbwrb812w5i0x56jfn0l86mxc2ck904hl8y87mziay96znwia0f";
sha256 = "1qrxnf7ji5hml7z4y669k4wmk3iz2pcsr05bnn1n912asash09z5";
};
buildInputs = [ unixODBC ];