Merge pull request #100787 from r-ryantm/auto-update/python3.7-cx_Oracle

python37Packages.cx_oracle: 8.0.0 -> 8.0.1
This commit is contained in:
Ryan Mulligan 2020-10-17 09:35:59 -07:00 committed by GitHub
commit 0591c32428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "cx_Oracle";
version = "8.0.0";
version = "8.0.1";
buildInputs = [ odpic ];
src = fetchPypi {
inherit pname version;
sha256 = "cddc298301789c724de5817611f7bd38b4859b371928e2e85a9c37af222f73c8";
sha256 = "f10ada7f821a325c6befdd6fef1cac44ebc830736d0b75dda7b8ac9f851087b2";
};
preConfigure = ''