Merge pull request #268944 from r-ryantm/auto-update/python311Packages.tabula-py

python311Packages.tabula-py: 2.8.2 -> 2.9.0

authored by OTABI Tomoya and committed by GitHub 7ad2f0fb f1d7a313

+4 -4
+4 -4
pkgs/development/python-modules/tabula-py/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "tabula-py"; 17 - version = "2.8.2"; 18 - format = "pyproject"; 17 + version = "2.9.0"; 18 + pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "chezou"; 24 - repo = pname; 24 + repo = "tabula-py"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-Zrq1i+HYXXNulyZ/fv00AgVd7ODj3rP9orLq5rT3ERU="; 26 + hash = "sha256-MGv2n8DoSjumD3lRcqwI0sEsaEDgs1n+st8DwZuZauo="; 27 27 }; 28 28 29 29 postPatch = ''