Merge pull request #118697 from dotlambda/pyspread-1.99.6

pyspread: 1.99.5 -> 1.99.6
This commit is contained in:
Sandro 2021-04-07 02:31:25 +02:00 committed by GitHub
commit faf4e17e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "pyspread"; pname = "pyspread";
version = "1.99.5"; version = "1.99.6";
src = python3.pkgs.fetchPypi { src = python3.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-05bC+Uvx72FAh3qxkgXm8jdb/gHRv1D/M7tjOEdE3Xg="; sha256 = "sha256-B1oyWUAXn63mmVFN9brJwbHxi7I5nYrK2JJU1DjAlb8=";
}; };
patches = [ patches = [
@ -35,10 +35,12 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
dateutil dateutil
markdown2
matplotlib matplotlib
numpy numpy
pyenchant pyenchant
pyqt5 pyqt5
setuptools
]; ];
doCheck = false; # it fails miserably with a core dump doCheck = false; # it fails miserably with a core dump