python311Packages.tabula-py: modernize
This commit is contained in:
parent
c6a800cab7
commit
5c6aaf7434
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue