python310Packages.tabula-py: 2.6.0 -> 2.7.0

Diff: https://github.com/chezou/tabula-py/compare/refs/tags/v2.6.0...v2.7.0

Changelog: https://github.com/chezou/tabula-py/releases/tag/v2.7.0
This commit is contained in:
Fabian Affolter 2023-02-21 09:26:36 +01:00
parent 4dd9993355
commit 85e7194e67

View file

@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.6.0";
format = "setuptools";
version = "2.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "chezou";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-L/N4TqVHIlwqVeBKlUq5Oz1VW/105Ov6Yicvnn/lxlI=";
hash = "sha256-SV4QLvk7dXtU0/husS5A5mBYvbTejLyO9PpiO2oBtjs=";
};
patches = [