python311Packages.tabula-py: modernize

This commit is contained in:
Fabian Affolter 2023-11-21 14:54:36 +01:00 committed by GitHub
parent c6a800cab7
commit 5c6aaf7434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.9.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "chezou";
repo = pname;
repo = "tabula-py";
rev = "refs/tags/v${version}";
hash = "sha256-MGv2n8DoSjumD3lRcqwI0sEsaEDgs1n+st8DwZuZauo=";
};