1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-12 15:47:28 +00:00

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