signal-export: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-02-03 13:21:05 +00:00 committed by Félix
parent f81f152078
commit 2ca3e86768

View File

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "1.7.1";
version = "1.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OikD5z0Ota0w4PTdLU4cz0YO/bJHAlzy3nup06GtiS4=";
sha256 = "sha256-ZGF6vT+fjmBL3SGrZ/E6bvcxToTlbAcxspQAnR/Aboo=";
};
nativeBuildInputs = with python3.pkgs; [