python3Packages.xlrd: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2025-07-09 06:51:33 +00:00
parent 247c3817d7
commit 3f8c5ee41a
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "xlrd";
version = "2.0.1";
version = "2.0.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88";
sha256 = "sha256-CLXiXeWPIc5x3H2zs7gQbB+ndvMCTFTkW0WzdOiSNMk=";
};
nativeCheckInputs = [ pytestCheckHook ];