python312Packages.tabula-py: 2.9.1 -> 2.9.3

Diff: https://github.com/chezou/tabula-py/compare/refs/tags/v2.9.1...v2.9.3

Changelog: https://github.com/chezou/tabula-py/releases/tag/v2.9.3
This commit is contained in:
Fabian Affolter
2024-05-23 00:12:54 +02:00
parent 4469a8c99f
commit a1b213fc1b
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.9.1";
version = "2.9.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "chezou";
repo = "tabula-py";
rev = "refs/tags/v${version}";
hash = "sha256-C06du4mhpnF2qxcEMZxp5O/8xpNaj9Jp8LFaxBkGF/Q=";
hash = "sha256-dEcVIlK3M7zqRMN7W7mnnMPWhM2A4/qvf0aY61ko4yE=";
};
postPatch = ''