python3Packages.xlrd: 1.2.0 -> 2.0.1

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:32 +01:00
parent 21ee7ed40b
commit 073cc50c21

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xlrd"; pname = "xlrd";
version = "1.2.0"; version = "2.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2"; sha256 = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];