python3Packages.tabula-py: 2.7.0 -> 2.8.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:13 +02:00
parent 15249d8799
commit 2de392508d

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.7.0";
version = "2.8.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "chezou";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SV4QLvk7dXtU0/husS5A5mBYvbTejLyO9PpiO2oBtjs=";
hash = "sha256-QqTfbSwGaNRXBiAzB1fsEawxCvlIunB1j2jSFD9imPI=";
};
patches = [