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

python310Packages.tabula-py: 2.5.0 -> 2.5.1
This commit is contained in:
Fabian Affolter 2022-08-23 09:57:08 +02:00 committed by GitHub
commit a4ba5de7e3
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.5.0";
version = "2.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "chezou";
repo = pname;
rev = "v${version}";
hash = "sha256-SYDwMVJMBRAtjkHMZQct17RueMbRZ5aDENDGkkrahrY=";
hash = "sha256-Dfi6LzrLDz9VVDmbeK1dEaWuQosD4tvAH13Q4Mp3smA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;