Loading pkgs/development/python-modules/xlsxwriter/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "xlsxwriter"; version = "3.1.7"; version = "3.1.9"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "jmcnamara"; repo = "XlsxWriter"; rev = "RELEASE_${version}"; hash = "sha256-ZOKS9sTZvlopfIYOEhOk/rq4qtcMrNQ4Bwb8lDtKfxs="; hash = "sha256-FkSInLinyn/eXBMSuivzFxCTZijOKdSG4l+gHyKENuY="; }; nativeCheckInputs = [ Loading @@ -30,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for creating Excel XLSX files"; homepage = "https://xlsxwriter.readthedocs.io/"; changelog = "https://xlsxwriter.readthedocs.io/changes.html"; license = licenses.bsd2; maintainers = with maintainers; [ jluttine ]; }; Loading Loading
pkgs/development/python-modules/xlsxwriter/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "xlsxwriter"; version = "3.1.7"; version = "3.1.9"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "jmcnamara"; repo = "XlsxWriter"; rev = "RELEASE_${version}"; hash = "sha256-ZOKS9sTZvlopfIYOEhOk/rq4qtcMrNQ4Bwb8lDtKfxs="; hash = "sha256-FkSInLinyn/eXBMSuivzFxCTZijOKdSG4l+gHyKENuY="; }; nativeCheckInputs = [ Loading @@ -30,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for creating Excel XLSX files"; homepage = "https://xlsxwriter.readthedocs.io/"; changelog = "https://xlsxwriter.readthedocs.io/changes.html"; license = licenses.bsd2; maintainers = with maintainers; [ jluttine ]; }; Loading