Merge pull request #62548 from r-ryantm/auto-update/python3.7-XlsxWriter

python37Packages.XlsxWriter: 1.1.7 -> 1.1.8
This commit is contained in:
Mario Rodas 2019-06-03 08:16:50 -05:00 committed by GitHub
commit 15989fb47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "XlsxWriter";
version = "1.1.7";
version = "1.1.8";
# PyPI release tarball doesn't contain tests so let's use GitHub. See:
# https://github.com/jmcnamara/XlsxWriter/issues/327
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "jmcnamara";
repo = pname;
rev = "RELEASE_${version}";
sha256 = "1zv5222bymfr7046ps5512x1kk7ipcx46jjxylaap1p6llqj7zlj";
sha256 = "19qhdcycaiamd3bp8v2z9rpirxsr4c29fgs219k2766fpmfrgx40";
};
meta = {