Merge pull request #301969 from r-ryantm/auto-update/libxlsxwriter
libxlsxwriter: 1.1.5 -> 1.1.7
This commit is contained in:
commit
251ba97441
1 changed files with 6 additions and 6 deletions
|
@ -8,19 +8,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libxlsxwriter";
|
||||
version = "1.1.5";
|
||||
version = "1.1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmcnamara";
|
||||
repo = "libxlsxwriter";
|
||||
rev = "RELEASE_${version}";
|
||||
hash = "sha256-fC03LwZIUkEsAs9TN0n2z0iSOGPAtVCeuW5rxC7Ek7Q=";
|
||||
hash = "sha256-bJ0NMbK9c21YYdcg/TW3ePSDVi5hly6lSW7wXFskI8M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3.pkgs.pytest
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
minizip
|
||||
zlib
|
||||
|
@ -36,6 +32,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
python3.pkgs.pytest
|
||||
];
|
||||
|
||||
checkTarget = "test";
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue