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 { buildPythonPackage rec {
pname = "tabula-py"; pname = "tabula-py";
version = "2.5.0"; version = "2.5.1";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "chezou"; owner = "chezou";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-SYDwMVJMBRAtjkHMZQct17RueMbRZ5aDENDGkkrahrY="; hash = "sha256-Dfi6LzrLDz9VVDmbeK1dEaWuQosD4tvAH13Q4Mp3smA=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;