Merge pull request #322954 from fabaff/faraday-agent-dispatcher-bump

faraday-agent-dispatcher: 3.4.1 -> 3.4.2
This commit is contained in:
Fabian Affolter 2024-06-27 21:07:26 +02:00 committed by GitHub
commit 9d439bc373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "faraday-agent-dispatcher";
version = "3.4.1";
version = "3.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_agent_dispatcher";
rev = "refs/tags/${version}";
hash = "sha256-b62WO1+5EWzsTCzeZPX9T+ho8Sig46lH/9dPmGGhPWA=";
hash = "sha256-Qr3ZGU4y7f6yHD78ecdv7a6IBFDpT+/4Yez0n/MenN0=";
};
postPatch = ''