Merge pull request #268289 from fabaff/xlsxwriter-bump

python311Packages.xlsxwriter: 3.1.7 -> 3.1.9
This commit is contained in:
Nick Cao 2023-11-18 09:59:56 -05:00 committed by GitHub
commit c9df0f7035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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