python3Packages.ibis: 3.2.0 -> 3.3.0 (#440468)

This commit is contained in:
Nick Cao
2025-09-07 09:31:39 -04:00
committed by GitHub
@@ -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 = ''