pythonPackages.cx_oracle: 6.2.1 -> 6.3.1

This commit is contained in:
Florian Klink 2018-05-17 18:40:48 +02:00
parent 7824c60a43
commit a88354d99f

View File

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cx_Oracle"; pname = "cx_Oracle";
version = "6.2.1"; version = "6.3.1";
buildInputs = [ buildInputs = [
oracle-instantclient oracle-instantclient
@ -10,7 +10,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "01970bc843b3c699a7fd98af19e0401fe69abfbd2acdf464e0bf2ae06ea372b9"; sha256 = "0200j6jh80rpgzxmvgcxmkshaj4zadq32g2i97nlwiq3f7q374l7";
}; };
# Check need an Oracle database to run # Check need an Oracle database to run