python: openpyxl: 2.6.0 -> 2.6.2

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:38 +02:00
parent 6eded98e3d
commit 08d5cb20b8

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "openpyxl"; pname = "openpyxl";
version = "2.6.0"; version = "2.6.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "70da6b45a5925285b6a3d93570b45f4402eb2d335740163a58eef533b139565c"; sha256 = "1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];