pythonPackage.XlsxWriter: 1.2.1 -> 1.2.6

This commit is contained in:
Jaakko Luttinen 2019-11-27 17:46:49 +02:00 committed by Jon
parent f1c7891c8d
commit 68e7f9c7b9

View File

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