python: pyspread: 1.1.3 -> 1.99.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:26 +02:00
parent fd82b84d5e
commit bd0e8162ee

View file

@ -18,11 +18,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyspread"; pname = "pyspread";
version = "1.1.3"; version = "1.99.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6e5d0eb49750eed7734852e15727e190270880c75dcc5f6c8fb1bfdaa59c48fc"; sha256 = "117268cbeb225e0aca4c59381b7bdf5333bf95ca85c1db410a326a887a74f3da";
}; };
propagatedBuildInputs = [ numpy wxPython matplotlib pycairo python-gnupg xlrd xlwt jedi pyenchant basemap pygtk ]; propagatedBuildInputs = [ numpy wxPython matplotlib pycairo python-gnupg xlrd xlwt jedi pyenchant basemap pygtk ];