python3Packages.pyspread: 1.99.4 -> 1.99.5

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:38 +01:00
parent ee86d1d022
commit cdb0fd2a6c

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "pyspread";
version = "1.99.4";
version = "1.99.5";
src = fetchPypi {
inherit pname version;
sha256 = "69edad3e4a3bcfb728beb3ad32e308096c29234cc0f7398ecd26a51e10b75978";
sha256 = "d396c2f94bf1ef6140877ab19205e6f2375bfe01d1bf50ff33bb63384744dd78";
};
propagatedBuildInputs = [ numpy wxPython matplotlib pycairo python-gnupg xlrd xlwt jedi pyenchant basemap pygtk ];