python: pyspread: 1.1.3 -> 1.99.2
This commit is contained in:
parent
fd82b84d5e
commit
bd0e8162ee
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue