signal-export: 3.5.1 -> 3.6.0 (#424145)

This commit is contained in:
Paul Haerle
2025-07-11 00:51:17 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "3.5.1";
version = "3.6.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "signal_export";
hash = "sha256-UhLWSYdJEDhZ1zI3nxhJoqeH8JfR4s9Hdp6fJ4UNROQ=";
hash = "sha256-lflRY6EC9fqgdYwQ9Incc2PJ22okZC9Juu6X7pxGJ8w=";
};
build-system = with python3.pkgs; [