python3Packages.oracledb: 3.2.0 -> 3.3.0

https://github.com/oracle/python-oracledb/blob/v3.3.0/doc/src/release_notes.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:11 +02:00
parent 53461d0f21
commit 8552b29a8f
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "oracledb";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-m/nxyT5TFCsz0cXr9aur7r0gYqAdXq1ou7ZAQ57PIiM=";
hash = "sha256-6DDTVEoVeClryqVMboyK4QpYx9tGfFKMSyetv5yLTLA=";
};
build-system = [