signal-export: increase version to 3.2.0

This commit is contained in:
belamu
2024-11-29 14:15:34 +01:00
committed by phaer
parent fe6dd4bf7c
commit 0f731eb8d1
+7 -6
View File
@@ -6,25 +6,26 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "1.8.2";
version = "3.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Hm0BVF2RUsxDacsAB3MJtk1t9FYmBPjeb5JzwaLkZ14=";
inherit version;
pname = "signal_export";
hash = "sha256-b0oJXUbJ9545oVMXBcM4MFjK3U3RiAT1lv9NUu6gF04=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools-scm
pdm-backend
];
propagatedBuildInputs = with python3.pkgs; [
setuptools
typer
beautifulsoup4
emoji
markdown
pysqlcipher3
pycryptodome
sqlcipher3-wheels
];
passthru.updateScript = nix-update-script { };