python37Packages.cx_oracle: 7.2.2 -> 7.2.3

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-cx_oracle/versions
This commit is contained in:
R. RyanTM 2019-10-07 21:12:38 -07:00 committed by Frederik Rietdijk
parent 41e0e4e7fe
commit 4543c53f66

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "cx_Oracle";
version = "7.2.2";
version = "7.2.3";
buildInputs = [ odpic ];
src = fetchPypi {
inherit pname version;
sha256 = "1kp6fgyln0jkdbjm20h6rhybsmvqjj847frhsndyfvkf38m32ss0";
sha256 = "1b1zarb6g1b2nl3bj9m5ph1sxqc44bscwq30300q78hm666sbf6z";
};
preConfigure = ''