python37Packages.pyexcel: 0.6.4 → 0.6.5

https://github.com/pyexcel/pyexcel/compare/v0.6.4...v0.6.5
This commit is contained in:
Jan Tojnar 2020-10-17 01:16:21 +00:00
parent bcbc44c717
commit bfc403d9d7
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, isPy3k
, lml
, pyexcel-io
, texttable
@ -10,12 +10,13 @@
buildPythonPackage rec {
pname = "pyexcel";
version = "0.6.4";
disabled = isPy27;
version = "0.6.5";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "pPNYnimHhW7SL6X6OLwagZoadTD7IdUSbO7vAqQPQu8=";
sha256 = "36588573ccb1c86e1a8869e1e9f6b31975a38c13803f015a197c18efd2e685ad";
};
propagatedBuildInputs = [