libxlsxwriter: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-02-27 01:54:37 +00:00
parent 21931cc8f7
commit 6789148f27
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libxlsxwriter";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "jmcnamara";
repo = "libxlsxwriter";
tag = "v${version}";
hash = "sha256-SKLQIx3DGRWGjRAJFD1FKN1F8E/ZSuj2rV38YxZw6fw=";
hash = "sha256-PlKUDJEYQ2LThdq8F3ylFTgusZ9wTaL9pdAznAXpwI0=";
};
buildInputs = [