python312Packages.tabula-py: 2.9.3 -> 2.10.0

This commit is contained in:
R. Ryantm 2024-10-17 16:06:09 +00:00
parent f7ad689594
commit 77f43fedfa

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.9.3";
version = "2.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "chezou";
repo = "tabula-py";
rev = "refs/tags/v${version}";
hash = "sha256-dEcVIlK3M7zqRMN7W7mnnMPWhM2A4/qvf0aY61ko4yE=";
hash = "sha256-PQbwm9ho3XtpmZ7N7ASkrV8gk9Jom+yQKlt2fUa948s=";
};
postPatch = ''