libxlsxwriter: 1.2.3 -> 1.2.4 (#477695)

This commit is contained in:
dotlambda
2026-01-09 11:06:58 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libxlsxwriter";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "jmcnamara";
repo = "libxlsxwriter";
tag = "v${version}";
hash = "sha256-1FUJLsnx0ZNTT66sK7/gbZVo6Se85nbYvtEyoxeOHTI=";
hash = "sha256-mbi2jxxlXVyBTXkmSraZn6vMQAJ61PX2vwG10q2Ixos=";
};
buildInputs = [