Skip to content

Commit

Permalink
python: cx_Oracle: 6.1 -> 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 8, 2018
1 parent 6b9f16c commit c1932f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cx_oracle/default.nix
Expand Up @@ -2,15 +2,15 @@

buildPythonPackage rec {
pname = "cx_Oracle";
version = "6.1";
version = "6.2.1";

buildInputs = [
oracle-instantclient
];

src = fetchPypi {
inherit pname version;
sha256 = "80545fc7acbdda917dd2b1604c938141256bdfed3ad464a44586c9c2f09c3004";
sha256 = "01970bc843b3c699a7fd98af19e0401fe69abfbd2acdf464e0bf2ae06ea372b9";
};

# Check need an Oracle database to run
Expand Down

0 comments on commit c1932f5

Please sign in to comment.