Merge pull request #186526 from fabaff/tabula-py-bump

python310Packages.tabula-py: 2.4.0 -> 2.5.0
This commit is contained in:
Fabian Affolter 2022-08-14 18:31:40 +02:00 committed by GitHub
commit bc4b4a50c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "tabula-py";
version = "2.4.0";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "chezou";
repo = pname;
rev = "v${version}";
hash = "sha256-cVhtFfzDQvVnDaXOU3dx/m3LENMMG3E+RnFVFCZ0AAc=";
hash = "sha256-SYDwMVJMBRAtjkHMZQct17RueMbRZ5aDENDGkkrahrY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;