whatsapp-chat-exporter: 0.10.5 -> 0.12.0 (#402753)

This commit is contained in:
isabel
2025-06-03 16:32:33 +02:00
committed by GitHub
@@ -4,16 +4,19 @@
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
let
version = "0.12.0";
in
python3Packages.buildPythonApplication {
pname = "whatsapp-chat-exporter";
version = "0.10.5";
format = "setuptools";
inherit version;
pyproject = true;
src = fetchFromGitHub {
owner = "KnugiHK";
repo = "Whatsapp-Chat-Exporter";
tag = version;
hash = "sha256-TPXQaWnUy+blTS+Tz84K6cxJu4+dLbT2Dl9SKqlhDHY=";
hash = "sha256-0FJZqqmuSA+te5lzi1okkmuT3s2JNX7uHoYl9ayNt/Q=";
};
propagatedBuildInputs = with python3Packages; [