signal-export: 3.6.0 -> 3.7.0

This commit is contained in:
R. Ryantm 2025-07-27 10:14:40 +00:00
parent 286ea57c5e
commit cc29890289

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "signal_export";
hash = "sha256-lflRY6EC9fqgdYwQ9Incc2PJ22okZC9Juu6X7pxGJ8w=";
hash = "sha256-xaXU+SODijD/iq2owj5IPKL+L2nrVfi573P58Txz8io=";
};
build-system = with python3.pkgs; [