python311Packages.oracledb: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2024-04-14 23:46:26 +00:00
parent 3f9dfce316
commit 2f63a7e9fe
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "oracledb";
version = "2.1.1";
version = "2.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4ugXz6bf82xxMXNvNOKq7HXXJv040ZENgxgGGieCKPo=";
hash = "sha256-MFS8wpXXN4g0unpazrhlmF6VSRX5sHqEPqhMOCTGoLI=";
};
build-system = [