Merge pull request #268944 from r-ryantm/auto-update/python311Packages.tabula-py

python311Packages.tabula-py: 2.8.2 -> 2.9.0
This commit is contained in:
OTABI Tomoya 2023-11-22 21:24:37 +09:00 committed by GitHub
commit 7ad2f0fbfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.8.2";
format = "pyproject";
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "chezou";
repo = pname;
repo = "tabula-py";
rev = "refs/tags/v${version}";
hash = "sha256-Zrq1i+HYXXNulyZ/fv00AgVd7ODj3rP9orLq5rT3ERU=";
hash = "sha256-MGv2n8DoSjumD3lRcqwI0sEsaEDgs1n+st8DwZuZauo=";
};
postPatch = ''