python3Packages.ibis: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-09-05 15:40:08 +00:00
parent e801474809
commit 82f8642e27
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ibis";
version = "3.2.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "dmulholl";
repo = "ibis";
rev = version;
hash = "sha256-EPz9zHnxR75WoRaiHKJNiCRWFwU1TBpC4uHz62jUOqM=";
hash = "sha256-9ELOAQhD6KXyTN2U0lGmNxxSzx9o2QIt+CNa6i8o5xs=";
};
checkPhase = ''