pythonPackages.XlsxWriter: 1.2.0 -> 1.2.1

This commit is contained in:
Jaakko Luttinen 2019-09-15 09:34:39 +03:00 committed by Matthieu Coudron
parent 2631b963cd
commit fa76f1f11c

View File

@ -3,7 +3,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "XlsxWriter"; pname = "XlsxWriter";
version = "1.2.0"; version = "1.2.1";
# 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 = "0w9ggzi887w4z6i5mz24kcy7qbkd4d7gycqi0dhqgaj9lzxh7jjh"; sha256 = "0br8ib9n17dfprfly93mjkhdhpndb7i4g57lwscvp2s69ssql32s";
}; };
meta = { meta = {