Merge pull request #313807 from fabaff/tabula-py-bump

python312Packages.tabula-py: 2.9.1 -> 2.9.3
This commit is contained in:
Nick Cao 2024-05-22 21:15:14 -04:00 committed by GitHub
commit aae8074d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''