Skip to content

Commit

Permalink
python312Packages.oracledb: 2.3.0 -> 2.4.1 (NixOS#345429)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 30, 2024
2 parents 9e40852 + 16e3002 commit 177a563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/oracledb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "oracledb";
version = "2.3.0";
version = "2.4.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ubDE7CgLEAY+Z4m+0j3cJDWumFaevmTguaJweAuRA9U=";
hash = "sha256-vVl2vvDkZuD50bn2Ux+1uBcdyFNHF8ywSybmgLbHVx0=";
};

build-system = [
Expand Down

0 comments on commit 177a563

Please sign in to comment.