python311Packages.tabula-py: 2.8.2 -> 2.9.0

This commit is contained in:
R. Ryantm 2023-11-21 12:03:13 +00:00
parent 1156cd9e9b
commit c6a800cab7

View file

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