python310Packages.oracledb: 1.2.2 -> 1.3.0

Changelog: https://github.com/oracle/python-oracledb/blob/v1.3.0/doc/src/release_notes.rst
This commit is contained in:
Fabian Affolter 2023-04-11 09:14:22 +02:00
parent f45e382317
commit b7fba1385c

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "oracledb";
version = "1.2.2";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-3Z9jCE5EZCtISkay/PtPySHzn6z0lKG6sAYo+mQJ9Pw=";
hash = "sha256-8QWkcFkWoo0z4pGPo2NAl/6DVSv16oGvw6emhSjJ4vM=";
};
nativeBuildInputs = [