mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
python37Packages.XlsxWriter: 1.1.7 -> 1.1.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-xlsxwriter/versions
This commit is contained in:
parent
97aba37876
commit
eef54c2360
@ -3,7 +3,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
||||||
pname = "XlsxWriter";
|
pname = "XlsxWriter";
|
||||||
version = "1.1.7";
|
version = "1.1.8";
|
||||||
|
|
||||||
# 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 = "1zv5222bymfr7046ps5512x1kk7ipcx46jjxylaap1p6llqj7zlj";
|
sha256 = "19qhdcycaiamd3bp8v2z9rpirxsr4c29fgs219k2766fpmfrgx40";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user